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