Package | Description |
---|---|
org.openfast.session.template.exchange | |
org.openfast.template | |
org.openfast.template.operator | |
org.openfast.template.serializer |
Modifier and Type | Method and Description |
---|---|
static GroupValue |
AbstractFieldInstructionConverter.createOperator(Scalar scalar) |
Modifier and Type | Method and Description |
---|---|
Scalar[] |
ComposedScalar.getFields() |
Scalar |
Group.getIntrospectiveField(String fieldName) |
Scalar |
Sequence.getLength()
Find the length of a Scalar value
|
Scalar |
Group.getScalar(int index) |
Scalar |
Group.getScalar(String fieldName)
Get the Scalar Value of the passed fieldName
|
Constructor and Description |
---|
ComposedScalar(QName name,
Type type,
Scalar[] fields,
boolean optional,
ComposedValueConverter valueConverter) |
ComposedScalar(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.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
protected Scalar |
ScalarSerializer.writeStart(XmlWriter writer,
Field field,
SerializingContext context) |
Modifier and Type | Method and Description |
---|---|
protected void |
ScalarSerializer.writeEnd(XmlWriter writer,
SerializingContext context,
Scalar scalar) |
protected static void |
AbstractFieldSerializer.writeOperator(XmlWriter writer,
Scalar scalar,
SerializingContext context) |
Copyright © 2006-2013 The LaSalle Technology Group, LLC. All Rights Reserved.