public enum ClassOutlinerNames extends Enum<ClassOutlinerNames>
| Enum Constant and Description |
|---|
ARRAY_ELEMENT |
ARRAY_TYPE |
CLASS_LEVEL_ANNOTATION |
FIELD_TYPE |
MAP_KEY |
MAP_TYPE |
MAP_VALUE |
| Modifier and Type | Method and Description |
|---|---|
String |
val() |
static ClassOutlinerNames |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClassOutlinerNames[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClassOutlinerNames CLASS_LEVEL_ANNOTATION
public static final ClassOutlinerNames FIELD_TYPE
public static final ClassOutlinerNames ARRAY_ELEMENT
public static final ClassOutlinerNames MAP_KEY
public static final ClassOutlinerNames MAP_VALUE
public static final ClassOutlinerNames ARRAY_TYPE
public static final ClassOutlinerNames MAP_TYPE
public static ClassOutlinerNames[] values()
for (ClassOutlinerNames c : ClassOutlinerNames.values()) System.out.println(c);
public static ClassOutlinerNames 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 String val()
Copyright © 2015. All rights reserved.