public static enum PPO_PreprocessPresentationObject.PPO_RepeatingGroup.PPO_Flag extends java.lang.Enum<PPO_PreprocessPresentationObject.PPO_RepeatingGroup.PPO_Flag> implements IMutualExclusiveGroupedFlag
| Modifier and Type | Method and Description |
|---|---|
int |
getGroup() |
static void |
setFlag(java.util.EnumSet<PPO_PreprocessPresentationObject.PPO_RepeatingGroup.PPO_Flag> flags,
PPO_PreprocessPresentationObject.PPO_RepeatingGroup.PPO_Flag flag) |
static int |
toByte(java.util.EnumSet<PPO_PreprocessPresentationObject.PPO_RepeatingGroup.PPO_Flag> flags) |
static java.util.EnumSet<PPO_PreprocessPresentationObject.PPO_RepeatingGroup.PPO_Flag> |
valueOf(short flagByte) |
static PPO_PreprocessPresentationObject.PPO_RepeatingGroup.PPO_Flag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PPO_PreprocessPresentationObject.PPO_RepeatingGroup.PPO_Flag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PPO_PreprocessPresentationObject.PPO_RepeatingGroup.PPO_Flag ObjectOrientation_0Deg_DoNotPreprocess
public static final PPO_PreprocessPresentationObject.PPO_RepeatingGroup.PPO_Flag ObjectOrientation_0Deg_Preprocess
public static final PPO_PreprocessPresentationObject.PPO_RepeatingGroup.PPO_Flag ObjectOrientation_90Deg_DoNotPreprocess
public static final PPO_PreprocessPresentationObject.PPO_RepeatingGroup.PPO_Flag ObjectOrientation_90Deg_Preprocess
public static final PPO_PreprocessPresentationObject.PPO_RepeatingGroup.PPO_Flag ObjectOrientation_180Deg_DoNotPreprocess
public static final PPO_PreprocessPresentationObject.PPO_RepeatingGroup.PPO_Flag ObjectOrientation_180Deg_Preprocess
public static final PPO_PreprocessPresentationObject.PPO_RepeatingGroup.PPO_Flag ObjectOrientation_270Deg_DoNotPreprocess
public static final PPO_PreprocessPresentationObject.PPO_RepeatingGroup.PPO_Flag ObjectOrientation_270Deg_Preprocess
public static final PPO_PreprocessPresentationObject.PPO_RepeatingGroup.PPO_Flag PreprocessObjects_OnlySelected
public static final PPO_PreprocessPresentationObject.PPO_RepeatingGroup.PPO_Flag PreprocessObjects_All
public static PPO_PreprocessPresentationObject.PPO_RepeatingGroup.PPO_Flag[] values()
for (PPO_PreprocessPresentationObject.PPO_RepeatingGroup.PPO_Flag c : PPO_PreprocessPresentationObject.PPO_RepeatingGroup.PPO_Flag.values()) System.out.println(c);
public static PPO_PreprocessPresentationObject.PPO_RepeatingGroup.PPO_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 java.util.EnumSet<PPO_PreprocessPresentationObject.PPO_RepeatingGroup.PPO_Flag> valueOf(short flagByte)
public static int toByte(java.util.EnumSet<PPO_PreprocessPresentationObject.PPO_RepeatingGroup.PPO_Flag> flags)
public static void setFlag(java.util.EnumSet<PPO_PreprocessPresentationObject.PPO_RepeatingGroup.PPO_Flag> flags, PPO_PreprocessPresentationObject.PPO_RepeatingGroup.PPO_Flag flag)
public int getGroup()
getGroup in interface IMutualExclusiveGroupedFlag