com.epam.fixengine
Enum ChangesType
java.lang.Object
java.lang.Enum<ChangesType>
com.epam.fixengine.ChangesType
- All Implemented Interfaces:
- Serializable, Comparable<ChangesType>
public enum ChangesType
- extends Enum<ChangesType>
|
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're declared. |
UPDATE_SMH_AND_SMT
public static final ChangesType UPDATE_SMH_AND_SMT
ADD_SMH_AND_SMT
public static final ChangesType ADD_SMH_AND_SMT
UPDATE_SMH_AND_SMT_DONOT_UPDATE_SNDR
public static final ChangesType UPDATE_SMH_AND_SMT_DONOT_UPDATE_SNDR
- This parameter updated does not updated existed sender
values
public static final ChangesType[] values()
- Returns an array containing the constants of this enum type, in
the order they're declared. This method may be used to iterate
over the constants as follows:
for(ChangesType c : ChangesType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static ChangesType valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
Copyright © 2000-2011 EPAM Systems. All Rights Reserved.