public static enum IModelTypeAttribute.ValueSetType extends Enum<IModelTypeAttribute.ValueSetType>
| Modifier and Type | Method and Description |
|---|---|
static IModelTypeAttribute.ValueSetType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IModelTypeAttribute.ValueSetType[] |
values()
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.