public static enum AttributeValueHandler.Type extends Enum<AttributeValueHandler.Type>
| Enum Constant and Description |
|---|
Double |
Long |
String |
Version |
VersionRange |
| Modifier and Type | Method and Description |
|---|---|
static AttributeValueHandler.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeValueHandler.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttributeValueHandler.Type String
public static final AttributeValueHandler.Type Version
public static final AttributeValueHandler.Type VersionRange
public static final AttributeValueHandler.Type Long
public static final AttributeValueHandler.Type Double
public static AttributeValueHandler.Type[] values()
for (AttributeValueHandler.Type c : AttributeValueHandler.Type.values()) System.out.println(c);
public static AttributeValueHandler.Type 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 JBoss by Red Hat. All Rights Reserved.