public static enum AnnotationAttributeConfig.AttributeType extends Enum<AnnotationAttributeConfig.AttributeType>
Enum Constant and Description |
---|
ANNOTATION |
BOOLEAN |
CHARACTER |
DOUBLE |
FLOAT |
IDENTIFIER |
INT |
LONG |
STRING |
Modifier and Type | Method and Description |
---|---|
static AnnotationAttributeConfig.AttributeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnnotationAttributeConfig.AttributeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnnotationAttributeConfig.AttributeType IDENTIFIER
public static final AnnotationAttributeConfig.AttributeType STRING
public static final AnnotationAttributeConfig.AttributeType CHARACTER
public static final AnnotationAttributeConfig.AttributeType BOOLEAN
public static final AnnotationAttributeConfig.AttributeType INT
public static final AnnotationAttributeConfig.AttributeType LONG
public static final AnnotationAttributeConfig.AttributeType FLOAT
public static final AnnotationAttributeConfig.AttributeType DOUBLE
public static final AnnotationAttributeConfig.AttributeType ANNOTATION
public static AnnotationAttributeConfig.AttributeType[] values()
for (AnnotationAttributeConfig.AttributeType c : AnnotationAttributeConfig.AttributeType.values()) System.out.println(c);
public static AnnotationAttributeConfig.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 © 2017 JBoss, a division of Red Hat. All rights reserved.