public static enum AnnotationsInfo.FieldAnnotation extends java.lang.Enum<AnnotationsInfo.FieldAnnotation>
| Enum Constant and Description |
|---|
CREATED_BY |
CREATED_DATE |
DELETED_BY |
DELETED_DATE |
EMBEDDED_ID |
ID |
JMIX_GENERATED_VALUE |
JMIX_ID |
LAST_MODIFIED_BY |
LAST_MODIFIED_DATE |
VERSION |
| Modifier and Type | Method and Description |
|---|---|
static AnnotationsInfo.FieldAnnotation |
find(java.lang.String className) |
java.lang.String |
getSimpleName() |
static AnnotationsInfo.FieldAnnotation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AnnotationsInfo.FieldAnnotation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnnotationsInfo.FieldAnnotation CREATED_BY
public static final AnnotationsInfo.FieldAnnotation CREATED_DATE
public static final AnnotationsInfo.FieldAnnotation LAST_MODIFIED_BY
public static final AnnotationsInfo.FieldAnnotation LAST_MODIFIED_DATE
public static final AnnotationsInfo.FieldAnnotation DELETED_BY
public static final AnnotationsInfo.FieldAnnotation DELETED_DATE
public static final AnnotationsInfo.FieldAnnotation VERSION
public static final AnnotationsInfo.FieldAnnotation ID
public static final AnnotationsInfo.FieldAnnotation EMBEDDED_ID
public static final AnnotationsInfo.FieldAnnotation JMIX_ID
public static final AnnotationsInfo.FieldAnnotation JMIX_GENERATED_VALUE
public static AnnotationsInfo.FieldAnnotation[] values()
for (AnnotationsInfo.FieldAnnotation c : AnnotationsInfo.FieldAnnotation.values()) System.out.println(c);
public static AnnotationsInfo.FieldAnnotation 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.FieldAnnotation find(java.lang.String className)
public java.lang.String getSimpleName()