| Package | Description |
|---|---|
| org.tentackle.model |
Entity model.
|
| org.tentackle.model.impl |
Default model implementation.
|
| Modifier and Type | Method and Description |
|---|---|
static DataType |
DataType.createFromJavaType(String javaType)
Creates a datatype from a java type string.
|
DataType |
Attribute.getDataType()
Gets the data type.
|
DataType |
Attribute.getInnerType()
Gets the innertype for application specific types.
|
DataType |
DataType.toNonPrimitive()
Converts a primitive to a Java class.
|
DataType |
DataType.toPrimitive()
Converts to a Java primitive.
|
static DataType |
DataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataType[] |
DataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DataType |
AttributeImpl.getDataType() |
DataType |
AttributeImpl.getInnerType()
Gets the innertype for application specific types.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeOptionsImpl.applyEntityOptions(EntityOptions options,
DataType dataType)
Sets the default from entity options.
|
void |
AttributeImpl.setDataType(DataType dataType) |
Copyright © 2016 Krake Softwaretechnik. All rights reserved.