Package gdv.xport.satz.feld.common
Enum TeildatensatzNummer
- All Implemented Interfaces:
Serializable
,Comparable<TeildatensatzNummer>
,java.lang.constant.Constable
Deprecated.
wird nur zum Auslesen der Satznummer verwendet und ist obsolet
The Enum TeildatensatzNummer.
TODO: Wird mit v7 entfernt.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.The auszahlungen.Deprecated.The bezugsrechte.Deprecated.Satznummer 3.Deprecated.Satznummer 1.Deprecated.The null.Deprecated.The wertungssummen.Deprecated.The zukuenftige summenaenderung.Deprecated.Satznummer 2. -
Method Summary
Modifier and TypeMethodDescriptionint
getCode()
Deprecated.Gets the code.static TeildatensatzNummer
isIn
(int code) Deprecated.durchof(int)
ersetztstatic TeildatensatzNummer
of
(int code) Deprecated.Liefert zu einer Zahl die entsprechendeTeildatensatzNummer
zurueck.static TeildatensatzNummer
Deprecated.Returns the enum constant of this type with the specified name.static TeildatensatzNummer[]
values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
NULL
Deprecated.The null. -
EINS
Deprecated.Satznummer 1. -
ZWEI
Deprecated.Satznummer 2. -
DREI
Deprecated.Satznummer 3. -
BEZUGSRECHTE
Deprecated.The bezugsrechte. -
AUSZAHLUNGEN
Deprecated.The auszahlungen. -
ZUKUENFTIGE_SUMMENAENDERUNG
Deprecated.The zukuenftige summenaenderung. -
WERTUNGSSUMMEN
Deprecated.The wertungssummen.
-
-
Method Details
-
values
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getCode
public int getCode()Deprecated.Gets the code.- Returns:
- the code
-
isIn
Deprecated.durchof(int)
ersetztChecks if is in.- Parameters:
code
- the code- Returns:
- the teildatensatz nummer
-
of
Deprecated.Liefert zu einer Zahl die entsprechendeTeildatensatzNummer
zurueck.- Parameters:
code
- Nummer zwischen 1 und 9- Returns:
- z.B. BEZUGSRECHTE
-