Uses of Class
org.openfast.template.Scalar

Packages that use Scalar
org.openfast.session.template.exchange   
org.openfast.template   
org.openfast.template.operator   
 

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

Methods in org.openfast.session.template.exchange with parameters of type Scalar
static GroupValue AbstractFieldInstructionConverter.createOperator(Scalar scalar)
           
 

Uses of Scalar in org.openfast.template
 

Methods in org.openfast.template that return Scalar
 Scalar[] ComposedScalar.getFields()
           
 Scalar Group.getIntrospectiveField(java.lang.String fieldName)
           
 Scalar Sequence.getLength()
          Find the length of a Scalar value
 Scalar Group.getScalar(int index)
           
 Scalar Group.getScalar(java.lang.String fieldName)
          Get the Scalar Value of the passed fieldName
 

Constructors in org.openfast.template with parameters of type Scalar
ComposedScalar(QName name, Type type, Scalar[] fields, boolean optional, ComposedValueConverter valueConverter)
           
ComposedScalar(java.lang.String name, Type type, Scalar[] fields, boolean optional, ComposedValueConverter valueConverter)
           
Sequence(QName name, Scalar length, Field[] fields, boolean optional)
          Sequence Constructor - If no length, a length is created and the implicitLength is set to true.
 

Uses of Scalar in org.openfast.template.operator
 

Methods in org.openfast.template.operator with parameters of type Scalar
 boolean OperatorCodec.canEncode(ScalarValue value, Scalar field)
           
 ScalarValue OptionallyPresentOperatorCodec.decodeEmptyValue(ScalarValue priorValue, Scalar field)
           
abstract  ScalarValue OperatorCodec.decodeEmptyValue(ScalarValue previousValue, Scalar field)
           
abstract  ScalarValue OperatorCodec.decodeValue(ScalarValue newValue, ScalarValue priorValue, Scalar field)
           
 ScalarValue CopyOperatorCodec.decodeValue(ScalarValue newValue, ScalarValue priorValue, Scalar field)
           
protected abstract  ScalarValue OptionallyPresentOperatorCodec.getInitialValue(Scalar field)
           
protected  ScalarValue CopyOperatorCodec.getInitialValue(Scalar field)
          Get the initial value of the passed Scalar object as long as the object is defined
 ScalarValue OptionallyPresentOperatorCodec.getValueToEncode(ScalarValue value, ScalarValue priorValue, Scalar field)
           
abstract  ScalarValue OperatorCodec.getValueToEncode(ScalarValue value, ScalarValue priorValue, Scalar field)
           
 ScalarValue OperatorCodec.getValueToEncode(ScalarValue value, ScalarValue priorValue, Scalar scalar, BitVectorBuilder presenceMapBuilder)
           
 ScalarValue AlwaysPresentOperatorCodec.getValueToEncode(ScalarValue value, ScalarValue priorValue, Scalar scalar, BitVectorBuilder presenceMapBuilder)
           
 void Operator.validate(Scalar scalar)
           
 



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