public static enum InstanceAttributeTemplate.AttributeType extends Enum<InstanceAttributeTemplate.AttributeType>
Modifier and Type | Method and Description |
---|---|
static InstanceAttributeTemplate.AttributeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstanceAttributeTemplate.AttributeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InstanceAttributeTemplate.AttributeType TEXT
public static final InstanceAttributeTemplate.AttributeType NUMBER
public static final InstanceAttributeTemplate.AttributeType DATE
public static final InstanceAttributeTemplate.AttributeType BOOLEAN
public static final InstanceAttributeTemplate.AttributeType URL
public static InstanceAttributeTemplate.AttributeType[] values()
for (InstanceAttributeTemplate.AttributeType c : InstanceAttributeTemplate.AttributeType.values()) System.out.println(c);
public static InstanceAttributeTemplate.AttributeType 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 © 2013 OW2 Consortium. All Rights Reserved.