Uses of Enum Class
ai.stapi.schema.structureSchema.FieldTypeGroup
Packages that use FieldTypeGroup
-
Uses of FieldTypeGroup in ai.stapi.schema.structureSchema
Methods in ai.stapi.schema.structureSchema that return FieldTypeGroupModifier and TypeMethodDescriptionFieldType.getTypeGroup()static FieldTypeGroupReturns the enum constant of this class with the specified name.static FieldTypeGroup[]FieldTypeGroup.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in ai.stapi.schema.structureSchema with parameters of type FieldTypeGroupModifierConstructorDescriptionFieldType(String type, String originalType, FieldTypeGroup fieldTypeGroup)