|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<ChangesType> com.epam.fixengine.ChangesType
public enum ChangesType
Enum Constant Summary | |
---|---|
ADD_SMH_AND_SMT
Use this type to add header's and trailer's tags to the message. |
|
DELETE_AND_ADD_SMH_AND_SMT
Use this type to make sure that all tags in header and trailer have only one instance in message. |
|
UPDATE_SMH_AND_SMT
Use this type to update existed tags in header and trailer. |
|
UPDATE_SMH_AND_SMT_DONOT_UPDATE_SNDR
Use this type to update existed tags in header and trailer, except SenderCompID(49). |
Method Summary | |
---|---|
static ChangesType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ChangesType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, 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 ChangesType UPDATE_SMH_AND_SMT
public static final ChangesType ADD_SMH_AND_SMT
public static final ChangesType UPDATE_SMH_AND_SMT_DONOT_UPDATE_SNDR
public static final ChangesType DELETE_AND_ADD_SMH_AND_SMT
Method Detail |
---|
public static ChangesType[] values()
for (ChangesType c : ChangesType.values()) System.out.println(c);
public static ChangesType 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 | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |