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