Uses of Class
jeco.kernel.operator.replacement.ReplacementOperation.REPLACEMENT_TYPE

Packages that use ReplacementOperation.REPLACEMENT_TYPE
jeco.kernel.operator.replacement   
 

Uses of ReplacementOperation.REPLACEMENT_TYPE in jeco.kernel.operator.replacement
 

Fields in jeco.kernel.operator.replacement declared as ReplacementOperation.REPLACEMENT_TYPE
protected  ReplacementOperation.REPLACEMENT_TYPE ReplacementOperation.replacementType
           
 

Methods in jeco.kernel.operator.replacement that return ReplacementOperation.REPLACEMENT_TYPE
static ReplacementOperation.REPLACEMENT_TYPE ReplacementOperation.REPLACEMENT_TYPE.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ReplacementOperation.REPLACEMENT_TYPE[] ReplacementOperation.REPLACEMENT_TYPE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in jeco.kernel.operator.replacement with parameters of type ReplacementOperation.REPLACEMENT_TYPE
ReplacementOperation(ReplacementOperation.REPLACEMENT_TYPE replacementType)