public static enum PXMLUtil.Role extends java.lang.Enum<PXMLUtil.Role>
Enum Constant and Description |
---|
ContextObject |
FormFieldTitle |
FormFieldValue |
TableColumnTitle |
TableColumnValue |
UntitledTableColumnValue |
Modifier and Type | Method and Description |
---|---|
static PXMLUtil.Role |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PXMLUtil.Role[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PXMLUtil.Role TableColumnValue
public static final PXMLUtil.Role UntitledTableColumnValue
public static final PXMLUtil.Role TableColumnTitle
public static final PXMLUtil.Role FormFieldValue
public static final PXMLUtil.Role FormFieldTitle
public static final PXMLUtil.Role ContextObject
public static PXMLUtil.Role[] values()
for (PXMLUtil.Role c : PXMLUtil.Role.values()) System.out.println(c);
public static PXMLUtil.Role 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 null