org.osm2world.core.map_elevation.creation
public static enum EleConstraintEnforcer.ConstraintType extends Enum<EleConstraintEnforcer.ConstraintType>
Modifier and Type | Method and Description |
---|---|
static EleConstraintEnforcer.ConstraintType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EleConstraintEnforcer.ConstraintType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EleConstraintEnforcer.ConstraintType MIN
public static final EleConstraintEnforcer.ConstraintType MAX
public static final EleConstraintEnforcer.ConstraintType EXACT
public static EleConstraintEnforcer.ConstraintType[] values()
for (EleConstraintEnforcer.ConstraintType c : EleConstraintEnforcer.ConstraintType.values()) System.out.println(c);
public static EleConstraintEnforcer.ConstraintType 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 null