public static enum AnnotationsInfo.ClassAnnotation extends java.lang.Enum<AnnotationsInfo.ClassAnnotation>
| Enum Constant and Description |
|---|
EMBEDDABLE |
JMIX_ENTITY |
LEGACY_HAS_UUID |
| Modifier and Type | Method and Description |
|---|---|
static AnnotationsInfo.ClassAnnotation |
find(java.lang.String className) |
static AnnotationsInfo.ClassAnnotation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AnnotationsInfo.ClassAnnotation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnnotationsInfo.ClassAnnotation JMIX_ENTITY
public static final AnnotationsInfo.ClassAnnotation EMBEDDABLE
public static final AnnotationsInfo.ClassAnnotation LEGACY_HAS_UUID
public static AnnotationsInfo.ClassAnnotation[] values()
for (AnnotationsInfo.ClassAnnotation c : AnnotationsInfo.ClassAnnotation.values()) System.out.println(c);
public static AnnotationsInfo.ClassAnnotation valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static AnnotationsInfo.ClassAnnotation find(java.lang.String className)