public static enum IlpAbstractPositionBinding.PropertyName extends Enum<IlpAbstractPositionBinding.PropertyName>
Modifier and Type | Method and Description |
---|---|
static IlpAbstractPositionBinding.PropertyName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IlpAbstractPositionBinding.PropertyName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IlpAbstractPositionBinding.PropertyName X
public static final IlpAbstractPositionBinding.PropertyName Y
public static IlpAbstractPositionBinding.PropertyName[] values()
for (IlpAbstractPositionBinding.PropertyName c : IlpAbstractPositionBinding.PropertyName.values()) System.out.println(c);
public static IlpAbstractPositionBinding.PropertyName 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© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.