public static enum AttributeDefProperties.ValueCount extends Enum<AttributeDefProperties.ValueCount>
| Enum Constant and Description |
|---|
MULTI |
MULTI_ORDERED |
SINGLE |
SINGLEUNIQUE |
| Modifier and Type | Method and Description |
|---|---|
static AttributeDefProperties.ValueCount |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeDefProperties.ValueCount[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttributeDefProperties.ValueCount SINGLE
public static final AttributeDefProperties.ValueCount MULTI
public static final AttributeDefProperties.ValueCount MULTI_ORDERED
public static final AttributeDefProperties.ValueCount SINGLEUNIQUE
public static AttributeDefProperties.ValueCount[] values()
for (AttributeDefProperties.ValueCount c : AttributeDefProperties.ValueCount.values()) System.out.println(c);
public static AttributeDefProperties.ValueCount 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