|
||||||||||
| PREV CLASS NEXT CLASS | All Classes | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<FIXSchemaFieldGroup>
com.teraspaces.qwfix.FIXSchemaFieldGroup
public enum FIXSchemaFieldGroup
Defines the group the field belongs to.
| Enum Constant Summary | |
|---|---|
BODY
The field is in the message body. |
|
HEADER
The field is in the message header. |
|
NA
The field doesn't not belong to any group. |
|
TRAILER
The field is in the message trailer. |
|
| Method Summary | |
|---|---|
static FIXSchemaFieldGroup |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FIXSchemaFieldGroup[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final FIXSchemaFieldGroup HEADER
public static final FIXSchemaFieldGroup BODY
public static final FIXSchemaFieldGroup TRAILER
public static final FIXSchemaFieldGroup NA
| Method Detail |
|---|
public static FIXSchemaFieldGroup[] values()
for (FIXSchemaFieldGroup c : FIXSchemaFieldGroup.values()) System.out.println(c);
public static FIXSchemaFieldGroup valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | All Classes | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||