Package | Description |
---|---|
org.openfast.template | |
org.openfast.template.operator |
Modifier and Type | Method and Description |
---|---|
OperatorCodec |
Scalar.getOperatorCodec() |
Constructor and Description |
---|
Scalar(QName name,
Type type,
OperatorCodec operatorCodec,
ScalarValue defaultValue,
boolean optional)
Scalar constructor - sets the dictionary as global and validates the
entries
|
Modifier and Type | Class and Description |
---|---|
class |
AlwaysPresentOperatorCodec |
class |
CopyOperatorCodec |
class |
OptionallyPresentOperatorCodec |
Modifier and Type | Field and Description |
---|---|
protected static OperatorCodec |
OperatorCodec.CONSTANT_ALL |
protected static OperatorCodec |
OperatorCodec.COPY_ALL |
protected static OperatorCodec |
OperatorCodec.DEFAULT_ALL |
protected static OperatorCodec |
OperatorCodec.DELTA_DECIMAL |
protected static OperatorCodec |
OperatorCodec.DELTA_INTEGER |
protected static OperatorCodec |
OperatorCodec.DELTA_STRING |
protected static OperatorCodec |
OperatorCodec.INCREMENT_INTEGER |
protected static OperatorCodec |
OperatorCodec.NONE_ALL |
protected static OperatorCodec |
OperatorCodec.TAIL |
Modifier and Type | Method and Description |
---|---|
static OperatorCodec |
OperatorCodec.getCodec(Operator operator,
Type type)
Find the operator by the key
|
OperatorCodec |
Operator.getCodec(Type type) |
Copyright © 2006-2013 The LaSalle Technology Group, LLC. All Rights Reserved.