Uses of Class
org.openfast.template.operator.Operator

Packages that use Operator
org.openfast.session.template.exchange   
org.openfast.template   
org.openfast.template.operator   
org.openfast.template.type   
org.openfast.util   
 

Uses of Operator in org.openfast.session.template.exchange
 

Methods in org.openfast.session.template.exchange that return Operator
static Operator AbstractFieldInstructionConverter.getOperator(Group group)
           
 

Uses of Operator in org.openfast.template
 

Methods in org.openfast.template that return Operator
 Operator Scalar.getOperator()
           
 

Constructors in org.openfast.template with parameters of type Operator
Scalar(QName name, Type type, Operator operator, ScalarValue defaultValue, boolean optional)
           
Scalar(java.lang.String name, Type type, Operator operator, ScalarValue defaultValue, boolean optional)
          Scalar constructor - sets the dictionary as global and validates the entries
 

Uses of Operator in org.openfast.template.operator
 

Fields in org.openfast.template.operator declared as Operator
static Operator Operator.CONSTANT
           
static Operator Operator.COPY
           
static Operator Operator.DEFAULT
           
static Operator Operator.DELTA
           
static Operator Operator.INCREMENT
           
static Operator Operator.NONE
           
static Operator Operator.TAIL
           
 

Methods in org.openfast.template.operator that return Operator
 Operator OperatorCodec.getOperator()
           
static Operator Operator.getOperator(java.lang.String name)
           
 

Methods in org.openfast.template.operator with parameters of type Operator
static OperatorCodec OperatorCodec.getCodec(Operator operator, Type type)
          Find the operator by the key
 

Constructors in org.openfast.template.operator with parameters of type Operator
AlwaysPresentOperatorCodec(Operator operator, Type[] types)
           
OperatorCodec(Operator operator, Type[] types)
           
OptionallyPresentOperatorCodec(Operator operator, Type[] types)
           
 

Uses of Operator in org.openfast.template.type
 

Methods in org.openfast.template.type with parameters of type Operator
 TypeCodec UnsignedIntegerType.getCodec(Operator operator, boolean optional)
          Get the approprivate codec for the passed operator
abstract  TypeCodec Type.getCodec(Operator operator, boolean optional)
           
 TypeCodec StringType.getCodec(Operator operator, boolean optional)
          Get the approprivate codec for the passed operator
 TypeCodec SimpleType.getCodec(Operator operator, boolean optional)
          Get the approprivate codec for the passed operator
 TypeCodec DateType.getCodec(Operator operator, boolean optional)
           
 

Uses of Operator in org.openfast.util
 

Methods in org.openfast.util with parameters of type Operator
static ComposedScalar Util.composedDecimal(QName name, Operator exponentOp, ScalarValue exponentVal, Operator mantissaOp, ScalarValue mantissaVal, boolean optional)
           
 



Copyright © 2006-2008 The LaSalle Technology Group, LLC. All Rights Reserved.