Uses of Enum Class
com.datalogics.PDFL.SchemaFieldSubtype
Packages that use SchemaFieldSubtype
-
Uses of SchemaFieldSubtype in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return SchemaFieldSubtypeModifier and TypeMethodDescriptionCollectionSchemaField.getSubtype()GetSubtype allows to obtain the field subtype.static SchemaFieldSubtypeReturns the enum constant of this class with the specified name.static SchemaFieldSubtype[]SchemaFieldSubtype.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.datalogics.PDFL with parameters of type SchemaFieldSubtypeModifierConstructorDescriptionCollectionSchemaField(String fieldID, SchemaFieldSubtype subtype) CCollectionSchemaField allows to create CollectionSchemaField object.