public static enum Triplet.PresentationControl.PresentationControlFlags extends java.lang.Enum<Triplet.PresentationControl.PresentationControlFlags> implements IMutualExclusiveGroupedFlag
| Enum Constant and Description |
|---|
IndexingControl_Indexing |
IndexingControl_NoIndexing |
ViewControl_DoNotView |
ViewControl_View |
| Modifier and Type | Field and Description |
|---|---|
static MutualExclusiveGroupedFlagHandler<Triplet.PresentationControl.PresentationControlFlags> |
handler |
| Modifier and Type | Method and Description |
|---|---|
int |
getGroup() |
static int |
toByte(java.util.EnumSet<Triplet.PresentationControl.PresentationControlFlags> flags) |
static java.util.EnumSet<Triplet.PresentationControl.PresentationControlFlags> |
valueOf(byte codeByte) |
static Triplet.PresentationControl.PresentationControlFlags |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Triplet.PresentationControl.PresentationControlFlags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Triplet.PresentationControl.PresentationControlFlags ViewControl_View
public static final Triplet.PresentationControl.PresentationControlFlags ViewControl_DoNotView
public static final Triplet.PresentationControl.PresentationControlFlags IndexingControl_Indexing
public static final Triplet.PresentationControl.PresentationControlFlags IndexingControl_NoIndexing
public static final MutualExclusiveGroupedFlagHandler<Triplet.PresentationControl.PresentationControlFlags> handler
public static Triplet.PresentationControl.PresentationControlFlags[] values()
for (Triplet.PresentationControl.PresentationControlFlags c : Triplet.PresentationControl.PresentationControlFlags.values()) System.out.println(c);
public static Triplet.PresentationControl.PresentationControlFlags 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<Triplet.PresentationControl.PresentationControlFlags> valueOf(byte codeByte)
public static int toByte(java.util.EnumSet<Triplet.PresentationControl.PresentationControlFlags> flags)
public int getGroup()
getGroup in interface IMutualExclusiveGroupedFlag