public enum MergedPropertyType extends Enum<MergedPropertyType>
| Enum Constant and Description |
|---|
ADORNEDTARGETLIST |
MAPSTRUCTUREKEY |
MAPSTRUCTUREVALUE |
PRIMARY |
| Modifier and Type | Method and Description |
|---|---|
static MergedPropertyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MergedPropertyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MergedPropertyType PRIMARY
public static final MergedPropertyType ADORNEDTARGETLIST
public static final MergedPropertyType MAPSTRUCTUREKEY
public static final MergedPropertyType MAPSTRUCTUREVALUE
public static MergedPropertyType[] values()
for (MergedPropertyType c : MergedPropertyType.values()) System.out.println(c);
public static MergedPropertyType 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 nullCopyright © 2015. All rights reserved.