Enum Constant and Description |
---|
AlignFirst
input aligned on the first character position of the qualified area
|
AlignOnLast
input aligned on the last character position of the qualified area
|
AlphaInput
alphabetic input
|
FieldBeginning
set a character tabulation stop at the active presentation position
(the first character position of the qualified area) to indicate
the beginning of a field
|
FillSpace
fill with SPACEs
|
FillZero
fill with ZEROs
|
GraphInput
graphic character input
|
Nonstandard
Don't define in Standart
|
NumInput
numeric input
|
PRT_and_GRD
protected and guarded
|
PRT_and_UnGRD
protected and unguarded
|
ReversedInput
the order of the character positions in the input field is reversed,
i.e.
|
UnPRT_and_UnGRD
unprotected and unguarded
|
Modifier and Type | Method and Description |
---|---|
static paramDAQ |
getEnumValue(int val)
Returns enum-value by int-value.
|
static int |
getIntValue(paramDAQ val)
Returns int-value, which is corresponded to enum-value.
|
static paramDAQ |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static paramDAQ[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final paramDAQ UnPRT_and_UnGRD
public static final paramDAQ PRT_and_GRD
public static final paramDAQ GraphInput
public static final paramDAQ NumInput
public static final paramDAQ AlphaInput
public static final paramDAQ AlignOnLast
public static final paramDAQ FillZero
public static final paramDAQ FieldBeginning
public static final paramDAQ PRT_and_UnGRD
public static final paramDAQ FillSpace
public static final paramDAQ AlignFirst
public static final paramDAQ ReversedInput
public static final paramDAQ Nonstandard
public static paramDAQ[] values()
for (paramDAQ c : paramDAQ.values()) System.out.println(c);
public static paramDAQ valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static int getIntValue(paramDAQ val)
val
- enum-valuepublic static paramDAQ getEnumValue(int val)
val
- int-value