public static enum CAP4LegOrCallSegment.Choice extends java.lang.Enum<CAP4LegOrCallSegment.Choice>
| Enum Constant and Description |
|---|
CALLSEGMENTID |
LEGID |
| Modifier and Type | Method and Description |
|---|---|
static CAP4LegOrCallSegment.Choice |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CAP4LegOrCallSegment.Choice[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CAP4LegOrCallSegment.Choice CALLSEGMENTID
public static final CAP4LegOrCallSegment.Choice LEGID
public static CAP4LegOrCallSegment.Choice[] values()
for (CAP4LegOrCallSegment.Choice c : CAP4LegOrCallSegment.Choice.values()) System.out.println(c);
public static CAP4LegOrCallSegment.Choice 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