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