|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<paramSVS>
jcfunc.parameters.paramSVS
public enum paramSVS
Enum paramSVS contains returned values for control function CF.SVS.
| Enum Constant Summary | |
|---|---|
Eight_TI
8 lines per 25,4 mm |
|
Four_TH
4 lines per 30,0 mm |
|
Four_TI
4 lines per 25,4 mm |
|
Nonstandard
Don't define in Standart |
|
Six_TH
6 lines per 30,0 mm |
|
Six_TI
6 lines per 25,4 mm |
|
Three_TH
3 lines per 30,0 mm |
|
Three_TI
3 lines per 25,4 mm |
|
Twelve_TH
12 lines per 30,0 mm |
|
Twelve_TI
12 lines per 25,4 mm |
|
Two_TI
2 lines per 25,4 mm |
|
| Method Summary | |
|---|---|
static paramSVS |
getEnumValue(int val)
Returns enum-value by int-value. |
static int |
getIntValue(paramSVS val)
Returns int-value, which is corresponded to enum-value. |
static paramSVS |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static paramSVS[] |
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 paramSVS Six_TI
public static final paramSVS Four_TI
public static final paramSVS Three_TI
public static final paramSVS Twelve_TI
public static final paramSVS Eight_TI
public static final paramSVS Six_TH
public static final paramSVS Four_TH
public static final paramSVS Three_TH
public static final paramSVS Twelve_TH
public static final paramSVS Two_TI
public static final paramSVS Nonstandard
| Method Detail |
|---|
public static paramSVS[] values()
for (paramSVS c : paramSVS.values()) System.out.println(c);
public static paramSVS 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(paramSVS val)
val - enum-value
public static paramSVS getEnumValue(int val)
val - int-value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||