Package | Description |
---|---|
org.openfast.template | |
org.openfast.template.loader | |
org.openfast.template.operator | |
org.openfast.template.type |
Modifier and Type | Method and Description |
---|---|
Type |
Scalar.getType() |
Type |
ComposedScalar.getType() |
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) |
Scalar(QName name,
Type type,
OperatorCodec operatorCodec,
ScalarValue defaultValue,
boolean optional)
Scalar constructor - sets the dictionary as global and validates the
entries
|
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 | Method and Description |
---|---|
protected Type |
ScalarParser.getType(Element fieldNode,
ParsingContext context) |
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) |
Constructor and Description |
---|
AlwaysPresentOperatorCodec(Operator operator,
Type[] types) |
OperatorCodec(Operator operator,
Type[] types) |
OptionallyPresentOperatorCodec(Operator operator,
Type[] types) |
Modifier and Type | Class and Description |
---|---|
class |
DateType |
class |
IntegerType |
class |
SignedIntegerType |
class |
SimpleType |
class |
StringType |
class |
UnsignedIntegerType |
Modifier and Type | Field and Description |
---|---|
static Type[] |
Type.ALL_TYPES |
static Type |
Type.ASCII |
static Type |
Type.BYTE_VECTOR |
static Type |
Type.DECIMAL |
static Type |
Type.I16 |
static Type |
Type.I32 |
static Type |
Type.I64 |
static Type |
Type.I8 |
static Type[] |
Type.INTEGER_TYPES |
static Type |
Type.STRING |
static Type |
Type.U16 |
static Type |
Type.U32 |
static Type |
Type.U64 |
static Type |
Type.U8 |
static Type |
Type.UNICODE |
Modifier and Type | Method and Description |
---|---|
static Type |
Type.getType(String typeName)
Return the type that is being searched for
|
Copyright © 2006-2013 The LaSalle Technology Group, LLC. All Rights Reserved.