public enum OffsetInstruction extends Enum<OffsetInstruction>
Enum Constant and Description |
---|
None
Default value.
|
Offset
Offset
|
Onset
Onset
|
Modifier and Type | Method and Description |
---|---|
static OffsetInstruction |
forValue(int value)
Returns enum value for the int representation
|
int |
getValue()
Gets current value.
|
static OffsetInstruction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OffsetInstruction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OffsetInstruction None
public static final OffsetInstruction Offset
public static final OffsetInstruction Onset
public static OffsetInstruction[] values()
for (OffsetInstruction c : OffsetInstruction.values()) System.out.println(c);
public static OffsetInstruction valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int getValue()
public static OffsetInstruction forValue(int value)
value
- valueCopyright © 2014–2025 Onix Solutions. All rights reserved.