Package | Description |
---|---|
com.zementis.adapa.models.api.info |
Classes that encapsulate information about available models.
|
Modifier and Type | Method and Description |
---|---|
FieldInformation.DataType |
FieldInformation.getType()
Return the
FieldInformation.DataType of the field. |
static FieldInformation.DataType |
FieldInformation.DataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldInformation.DataType[] |
FieldInformation.DataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
FieldInformation(String name,
FieldInformation.DataType type,
FieldInformation.Usage usage) |
Copyright © 2005–2016 Zementis, Inc.. All rights reserved.