| Modifier and Type | Method and Description |
|---|---|
SchemaFieldSubtype |
CollectionSchemaField.getSubtype()
GetSubtype allows to obtain the field subtype.
|
static SchemaFieldSubtype |
SchemaFieldSubtype.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SchemaFieldSubtype[] |
SchemaFieldSubtype.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CollectionSchemaField(java.lang.String fieldID,
SchemaFieldSubtype subtype)
CCollectionSchemaField allows to create CollectionSchemaField object.
|