public class FieldInformation extends Object
Modifier and Type | Class and Description |
---|---|
static class |
FieldInformation.DataType
Supported data types.
|
static class |
FieldInformation.Usage
Supported usage types.
|
Constructor and Description |
---|
FieldInformation(String name,
FieldInformation.DataType type,
FieldInformation.Usage usage) |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Return the name of the field.
|
FieldInformation.DataType |
getType()
Return the
FieldInformation.DataType of the field. |
FieldInformation.Usage |
getUsage()
Return the
FieldInformation.Usage of the field. |
public FieldInformation(String name, FieldInformation.DataType type, FieldInformation.Usage usage)
name
- the field name.type
- the field data type.usage
- the field usage.public final String getName()
public final FieldInformation.DataType getType()
FieldInformation.DataType
of the field.public final FieldInformation.Usage getUsage()
FieldInformation.Usage
of the field.Copyright © 2005–2017 Zementis, Inc.. All rights reserved.