public enum XBSerialSequenceOp extends java.lang.Enum<XBSerialSequenceOp>
| Enum Constant and Description |
|---|
XBSEQUENCE_CONSIST
Consist of subblock.
|
XBSEQUENCE_JOIN
Join block.
|
XBSEQUENCE_LISTCONSIST
Consist of list of subblocks.
|
XBSEQUENCE_LISTJOIN
Join list of blocks.
|
| Modifier and Type | Method and Description |
|---|---|
static XBSerialSequenceOp |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XBSerialSequenceOp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XBSerialSequenceOp XBSEQUENCE_JOIN
public static final XBSerialSequenceOp XBSEQUENCE_CONSIST
public static final XBSerialSequenceOp XBSEQUENCE_LISTJOIN
public static final XBSerialSequenceOp XBSEQUENCE_LISTCONSIST
public static XBSerialSequenceOp[] values()
for (XBSerialSequenceOp c : XBSerialSequenceOp.values()) System.out.println(c);
public static XBSerialSequenceOp 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 null