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