gr.uoa.di.madgik.execution.plan.element.filter
Enum ParameterFilterBase.FilterType

java.lang.Object
  extended by java.lang.Enum<ParameterFilterBase.FilterType>
      extended by gr.uoa.di.madgik.execution.plan.element.filter.ParameterFilterBase.FilterType
All Implemented Interfaces:
Serializable, Comparable<ParameterFilterBase.FilterType>
Enclosing class:
ParameterFilterBase

public static enum ParameterFilterBase.FilterType
extends Enum<ParameterFilterBase.FilterType>


Enum Constant Summary
ArrayEvaluation
           
Compose
           
Decompose
           
Emit
           
External
           
ObjectConvertable
           
ObjectReflectable
           
ReflectableFromTemplate
           
ReflectableToTemplate
           
Serialization
           
XPath
           
Xslt
           
XsltFrom1DArray
           
XsltT1DoArray
           
 
Method Summary
static ParameterFilterBase.FilterType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ParameterFilterBase.FilterType[] 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

XPath

public static final ParameterFilterBase.FilterType XPath

Xslt

public static final ParameterFilterBase.FilterType Xslt

XsltT1DoArray

public static final ParameterFilterBase.FilterType XsltT1DoArray

XsltFrom1DArray

public static final ParameterFilterBase.FilterType XsltFrom1DArray

Serialization

public static final ParameterFilterBase.FilterType Serialization

ObjectConvertable

public static final ParameterFilterBase.FilterType ObjectConvertable

ObjectReflectable

public static final ParameterFilterBase.FilterType ObjectReflectable

ReflectableToTemplate

public static final ParameterFilterBase.FilterType ReflectableToTemplate

ReflectableFromTemplate

public static final ParameterFilterBase.FilterType ReflectableFromTemplate

Decompose

public static final ParameterFilterBase.FilterType Decompose

Compose

public static final ParameterFilterBase.FilterType Compose

External

public static final ParameterFilterBase.FilterType External

Emit

public static final ParameterFilterBase.FilterType Emit

ArrayEvaluation

public static final ParameterFilterBase.FilterType ArrayEvaluation
Method Detail

values

public static ParameterFilterBase.FilterType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (ParameterFilterBase.FilterType c : ParameterFilterBase.FilterType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ParameterFilterBase.FilterType 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
NullPointerException - if the argument is null


Copyright © 2012. All Rights Reserved.