public enum STGroupShapeChangeBit extends Enum<STGroupShapeChangeBit>
Java class for ST_GroupShapeChangeBit.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ST_GroupShapeChangeBit">
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="add"/>
<enumeration value="del"/>
<enumeration value="mod"/>
<enumeration value="ord"/>
<enumeration value="topLvl"/>
<enumeration value="modVis"/>
<enumeration value="replST"/>
<enumeration value="delST"/>
<enumeration value="replId"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
ADD |
DEL |
DEL_ST |
MOD |
MOD_VIS |
ORD |
REPL_ID |
REPL_ST |
TOP_LVL |
| Modifier and Type | Method and Description |
|---|---|
static STGroupShapeChangeBit |
fromValue(String v) |
String |
value() |
static STGroupShapeChangeBit |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STGroupShapeChangeBit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STGroupShapeChangeBit ADD
public static final STGroupShapeChangeBit DEL
public static final STGroupShapeChangeBit MOD
public static final STGroupShapeChangeBit ORD
public static final STGroupShapeChangeBit TOP_LVL
public static final STGroupShapeChangeBit MOD_VIS
public static final STGroupShapeChangeBit REPL_ST
public static final STGroupShapeChangeBit DEL_ST
public static final STGroupShapeChangeBit REPL_ID
public static STGroupShapeChangeBit[] values()
for (STGroupShapeChangeBit c : STGroupShapeChangeBit.values()) System.out.println(c);
public static STGroupShapeChangeBit valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String value()
public static STGroupShapeChangeBit fromValue(String v)
Copyright © 2007-2022. All Rights Reserved.