public static enum CCP_ConditionalProcessingControl.CCP_Flag extends java.lang.Enum<CCP_ConditionalProcessingControl.CCP_Flag>
| Enum Constant and Description |
|---|
AfterSubpageActions |
BeforeSubpageActions |
SpacingActions |
| Modifier and Type | Method and Description |
|---|---|
int |
toByte() |
static CCP_ConditionalProcessingControl.CCP_Flag |
valueOf(byte flagByte) |
static CCP_ConditionalProcessingControl.CCP_Flag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CCP_ConditionalProcessingControl.CCP_Flag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CCP_ConditionalProcessingControl.CCP_Flag BeforeSubpageActions
public static final CCP_ConditionalProcessingControl.CCP_Flag AfterSubpageActions
public static final CCP_ConditionalProcessingControl.CCP_Flag SpacingActions
public static CCP_ConditionalProcessingControl.CCP_Flag[] values()
for (CCP_ConditionalProcessingControl.CCP_Flag c : CCP_ConditionalProcessingControl.CCP_Flag.values()) System.out.println(c);
public static CCP_ConditionalProcessingControl.CCP_Flag 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 CCP_ConditionalProcessingControl.CCP_Flag valueOf(byte flagByte)
public int toByte()