ValueSetKind@Deprecated public static enum IModelTypeAttribute.ValueSetType extends Enum<IModelTypeAttribute.ValueSetType>
| Enum Constant and Description |
|---|
AllValues
Deprecated.
|
Enum
Deprecated.
|
Range
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static IModelTypeAttribute.ValueSetType |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static IModelTypeAttribute.ValueSetType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IModelTypeAttribute.ValueSetType Enum
public static final IModelTypeAttribute.ValueSetType Range
public static final IModelTypeAttribute.ValueSetType AllValues
public static IModelTypeAttribute.ValueSetType[] values()
for (IModelTypeAttribute.ValueSetType c : IModelTypeAttribute.ValueSetType.values()) System.out.println(c);
public static IModelTypeAttribute.ValueSetType 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 © 2016. All rights reserved.