public enum LegPositionEffect extends Enum<LegPositionEffect>
Enum Constant and Description |
---|
CLOSE
Close.
|
NO_VALUE
Identifies no value.
|
OPEN
Open.
|
Modifier and Type | Method and Description |
---|---|
static LegPositionEffect |
forValue(char value) |
char |
getValue() |
static LegPositionEffect |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LegPositionEffect[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LegPositionEffect NO_VALUE
public static final LegPositionEffect CLOSE
public static final LegPositionEffect OPEN
public static LegPositionEffect[] values()
for (LegPositionEffect c : LegPositionEffect.values()) System.out.println(c);
public static LegPositionEffect 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 char getValue()
public static LegPositionEffect forValue(char value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.