public static enum GAD_GraphicsData.BeginSegment.SegmentPropertiesFlag extends java.lang.Enum<GAD_GraphicsData.BeginSegment.SegmentPropertiesFlag> implements IMutualExclusiveGroupedFlag
| Enum Constant and Description |
|---|
AppendToExisting |
Chained |
NewSegment |
NoProlog |
Prolog |
Reserved_01 |
Reserved_10 |
Unchained |
| Modifier and Type | Method and Description |
|---|---|
int |
getGroup() |
static void |
setFlag(java.util.EnumSet<GAD_GraphicsData.BeginSegment.SegmentPropertiesFlag> set,
GAD_GraphicsData.BeginSegment.SegmentPropertiesFlag flag) |
static int |
toByte(java.util.EnumSet<GAD_GraphicsData.BeginSegment.SegmentPropertiesFlag> flags) |
static java.util.EnumSet<GAD_GraphicsData.BeginSegment.SegmentPropertiesFlag> |
valueOF(byte flagsByte) |
static GAD_GraphicsData.BeginSegment.SegmentPropertiesFlag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GAD_GraphicsData.BeginSegment.SegmentPropertiesFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GAD_GraphicsData.BeginSegment.SegmentPropertiesFlag Chained
public static final GAD_GraphicsData.BeginSegment.SegmentPropertiesFlag Unchained
public static final GAD_GraphicsData.BeginSegment.SegmentPropertiesFlag NoProlog
public static final GAD_GraphicsData.BeginSegment.SegmentPropertiesFlag Prolog
public static final GAD_GraphicsData.BeginSegment.SegmentPropertiesFlag NewSegment
public static final GAD_GraphicsData.BeginSegment.SegmentPropertiesFlag Reserved_01
public static final GAD_GraphicsData.BeginSegment.SegmentPropertiesFlag Reserved_10
public static final GAD_GraphicsData.BeginSegment.SegmentPropertiesFlag AppendToExisting
public static GAD_GraphicsData.BeginSegment.SegmentPropertiesFlag[] values()
for (GAD_GraphicsData.BeginSegment.SegmentPropertiesFlag c : GAD_GraphicsData.BeginSegment.SegmentPropertiesFlag.values()) System.out.println(c);
public static GAD_GraphicsData.BeginSegment.SegmentPropertiesFlag 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<GAD_GraphicsData.BeginSegment.SegmentPropertiesFlag> valueOF(byte flagsByte)
public static int toByte(java.util.EnumSet<GAD_GraphicsData.BeginSegment.SegmentPropertiesFlag> flags)
public static void setFlag(java.util.EnumSet<GAD_GraphicsData.BeginSegment.SegmentPropertiesFlag> set, GAD_GraphicsData.BeginSegment.SegmentPropertiesFlag flag)
public int getGroup()
getGroup in interface IMutualExclusiveGroupedFlag