com.epam.fixengine
Enum ChangesType

java.lang.Object
  extended by java.lang.Enum<ChangesType>
      extended by com.epam.fixengine.ChangesType
All Implemented Interfaces:
Serializable, Comparable<ChangesType>

public enum ChangesType
extends Enum<ChangesType>


Enum Constant Summary
ADD_SMH_AND_SMT
           
UPDATE_SMH_AND_SMT
           
UPDATE_SMH_AND_SMT_DONOT_UPDATE_SNDR
          This parameter updated does not updated existed sender
 
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.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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

Method Detail

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.