public static enum BusinessEditorConstants.ObjectMode extends java.lang.Enum<BusinessEditorConstants.ObjectMode>
Enum Constant and Description |
---|
Edit |
EditStandardAttr |
Info |
None |
StandardAttrInfo |
ViewDef |
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static BusinessEditorConstants.ObjectMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BusinessEditorConstants.ObjectMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BusinessEditorConstants.ObjectMode None
public static final BusinessEditorConstants.ObjectMode ViewDef
public static final BusinessEditorConstants.ObjectMode Info
public static final BusinessEditorConstants.ObjectMode Edit
public static final BusinessEditorConstants.ObjectMode EditStandardAttr
public static final BusinessEditorConstants.ObjectMode StandardAttrInfo
public static BusinessEditorConstants.ObjectMode[] values()
for (BusinessEditorConstants.ObjectMode c : BusinessEditorConstants.ObjectMode.values()) System.out.println(c);
public static BusinessEditorConstants.ObjectMode 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 int getValue()