public static enum Tables.AnnotElemType extends Enum<Tables.AnnotElemType>
Enum Constant and Description |
---|
AE_ANNOTATION |
AE_ARRAY |
AE_BOOLEAN |
AE_BYTE |
AE_CHAR |
AE_CLASS |
AE_DOUBLE |
AE_ENUM |
AE_FLOAT |
AE_INT |
AE_LONG |
AE_SHORT |
AE_STRING |
AE_UNKNOWN |
Modifier and Type | Method and Description |
---|---|
String |
printval() |
char |
val() |
static Tables.AnnotElemType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Tables.AnnotElemType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Tables.AnnotElemType AE_BYTE
public static final Tables.AnnotElemType AE_CHAR
public static final Tables.AnnotElemType AE_SHORT
public static final Tables.AnnotElemType AE_INT
public static final Tables.AnnotElemType AE_LONG
public static final Tables.AnnotElemType AE_FLOAT
public static final Tables.AnnotElemType AE_DOUBLE
public static final Tables.AnnotElemType AE_BOOLEAN
public static final Tables.AnnotElemType AE_STRING
public static final Tables.AnnotElemType AE_ENUM
public static final Tables.AnnotElemType AE_CLASS
public static final Tables.AnnotElemType AE_ANNOTATION
public static final Tables.AnnotElemType AE_ARRAY
public static final Tables.AnnotElemType AE_UNKNOWN
public static Tables.AnnotElemType[] values()
for (Tables.AnnotElemType c : Tables.AnnotElemType.values()) System.out.println(c);
public static Tables.AnnotElemType 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 char val()
public String printval()
Copyright © 2021. All Rights Reserved.