Enum Constant and Description |
---|
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
|
Modifier and Type | Method and Description |
---|---|
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.
|
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
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 namejava.lang.NullPointerException
- if the argument is nullpublic static int getIntValue(paramSVS val)
val
- enum-valuepublic static paramSVS getEnumValue(int val)
val
- int-value