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