|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<paramDAQ>
jcfunc.parameters.paramDAQ
public enum paramDAQ
Enum paramDAQ
contains returned values for control function CF.DAQ.
Enum Constant Summary | |
---|---|
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 |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
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
Method Detail |
---|
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 name
java.lang.NullPointerException
- if the argument is nullpublic static int getIntValue(paramDAQ val)
val
- enum-value
public static paramDAQ getEnumValue(int val)
val
- int-value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |