Modifier and Type | Method and Description |
---|---|
DataType |
TypeObject.getType() |
Modifier and Type | Method and Description |
---|---|
void |
TypeObject.setType(DataType type) |
Modifier and Type | Method and Description |
---|---|
DataType |
DataTypeFactory.createDataType() |
Modifier and Type | Method and Description |
---|---|
DataType |
NewInstanceDataTypeFactory.createDataType() |
DataType |
InstanceDataTypeFactory.createDataType() |
Constructor and Description |
---|
NewInstanceDataTypeFactory(Class<? extends DataType> dataTypeClass) |
Modifier and Type | Class and Description |
---|---|
class |
BooleanDataType
Representation of a boolean datatype.
|
class |
EnumDataType
Representation of an Enum datatype.
|
class |
FloatDataType
Representation of a float datatype.
|
class |
IntegerDataType
Representation of an integer datatype.
|
class |
ListDataType
Representation of a list datatype.
|
class |
ObjectDataType
Representation of an object datatype.
|
class |
StringDataType
Representation of a string datatype.
|
class |
UndefinedDataType
Representation of an undefined datatype.
|
Modifier and Type | Method and Description |
---|---|
DataType |
ListDataType.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ListDataType.setType(DataType dataType) |
Constructor and Description |
---|
ListDataType(DataType dataType) |
Modifier and Type | Method and Description |
---|---|
DataType |
ParameterDefinitionImpl.getType() |
Modifier and Type | Method and Description |
---|---|
void |
ParameterDefinitionImpl.setType(DataType type) |
Constructor and Description |
---|
ParameterDefinitionImpl(String name,
DataType type) |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.