| Package | Description |
|---|---|
| com.independentsoft.share |
| Modifier and Type | Method and Description |
|---|---|
FieldType |
FieldSchemaXml.getBaseType()
Gets the base type.
|
FieldType |
Field.getOutputType()
Gets the output type.
|
FieldType |
FieldCreationInfo.getType()
Gets the type.
|
FieldType |
Field.getType()
Gets the type.
|
static FieldType |
FieldType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FieldType[] |
FieldType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FieldSchemaXml.setBaseType(FieldType baseType)
Sets the base type.
|
void |
Field.setOutputType(FieldType outputType)
Sets the output type.
|
void |
FieldCreationInfo.setType(FieldType type)
Sets the type.
|
void |
Field.setType(FieldType type)
Sets the type.
|