Package | Description |
---|---|
org.openfast.session.template.exchange | |
org.openfast.template | |
org.openfast.template.operator | |
org.openfast.template.type | |
org.openfast.util |
Modifier and Type | Method and Description |
---|---|
static Operator |
AbstractFieldInstructionConverter.getOperator(Group group) |
Modifier and Type | Method and Description |
---|---|
Operator |
Scalar.getOperator() |
Constructor and Description |
---|
Scalar(QName name,
Type type,
Operator operator,
ScalarValue defaultValue,
boolean optional) |
Scalar(String name,
Type type,
Operator operator,
ScalarValue defaultValue,
boolean optional)
Scalar constructor - sets the dictionary as global and validates the
entries
|
Modifier and Type | Field and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
Operator |
OperatorCodec.getOperator() |
static Operator |
Operator.getOperator(String name) |
Modifier and Type | Method and Description |
---|---|
static OperatorCodec |
OperatorCodec.getCodec(Operator operator,
Type type)
Find the operator by the key
|
Constructor and Description |
---|
AlwaysPresentOperatorCodec(Operator operator,
Type[] types) |
OperatorCodec(Operator operator,
Type[] types) |
OptionallyPresentOperatorCodec(Operator operator,
Type[] types) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
static ComposedScalar |
Util.composedDecimal(QName name,
Operator exponentOp,
ScalarValue exponentVal,
Operator mantissaOp,
ScalarValue mantissaVal,
boolean optional) |
Copyright © 2006-2013 The LaSalle Technology Group, LLC. All Rights Reserved.