public enum STShapeChangeBit extends Enum<STShapeChangeBit>
Java class for ST_ShapeChangeBit.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ST_ShapeChangeBit">
<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"/>
<enumeration value="modCrop"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
ADD |
DEL |
DEL_ST |
MOD |
MOD_CROP |
MOD_VIS |
ORD |
REPL_ID |
REPL_ST |
TOP_LVL |
| Modifier and Type | Method and Description |
|---|---|
static STShapeChangeBit |
fromValue(String v) |
String |
value() |
static STShapeChangeBit |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STShapeChangeBit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STShapeChangeBit ADD
public static final STShapeChangeBit DEL
public static final STShapeChangeBit MOD
public static final STShapeChangeBit ORD
public static final STShapeChangeBit TOP_LVL
public static final STShapeChangeBit MOD_VIS
public static final STShapeChangeBit REPL_ST
public static final STShapeChangeBit DEL_ST
public static final STShapeChangeBit REPL_ID
public static final STShapeChangeBit MOD_CROP
public static STShapeChangeBit[] values()
for (STShapeChangeBit c : STShapeChangeBit.values()) System.out.println(c);
public static STShapeChangeBit 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 STShapeChangeBit fromValue(String v)
Copyright © 2007-2021. All Rights Reserved.