public static enum AttributeInfo.Kind extends Enum<AttributeInfo.Kind>
Modifier and Type | Method and Description |
---|---|
static AttributeInfo.Kind |
fromString(String name) |
String |
toString() |
static AttributeInfo.Kind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeInfo.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttributeInfo.Kind CODE_ATTRIBUTE
public static final AttributeInfo.Kind ANNOTATIONS_ATTRIBUTE
public static final AttributeInfo.Kind PARAMETER_ANNOTATIONS_ATTRIBUTE
public static final AttributeInfo.Kind PARAMETER_DEFAULTS_ATTRIBUTE
public static final AttributeInfo.Kind LOCAL_VARIABLES_ATTRIBUTE
public static final AttributeInfo.Kind VARIABLE_TYPE_COUNT_ATTRIBUTE
public static final AttributeInfo.Kind ERROR_TABLE
public static final AttributeInfo.Kind LINE_NUMBER_TABLE_ATTRIBUTE
public static final AttributeInfo.Kind DEFAULT_VALUE_ATTRIBUTE
public static final AttributeInfo.Kind DOCUMENT_ATTACHMENT_ATTRIBUTE
public static final AttributeInfo.Kind PARAMETERS_ATTRIBUTE
public static final AttributeInfo.Kind TAINT_TABLE
public static AttributeInfo.Kind[] values()
for (AttributeInfo.Kind c : AttributeInfo.Kind.values()) System.out.println(c);
public static AttributeInfo.Kind 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 nullpublic static AttributeInfo.Kind fromString(String name)
public String toString()
toString
in class Enum<AttributeInfo.Kind>
Copyright © 2018 WSO2. All rights reserved.