Uses of Class
com.ardoq.model.FieldType
| Package | Description |
|---|---|
| com.ardoq.model |
-
Uses of FieldType in com.ardoq.model
Methods in com.ardoq.model that return FieldType Modifier and Type Method Description FieldTypeField. getType()static FieldTypeFieldType. valueOf(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.Methods in com.ardoq.model with parameters of type FieldType Modifier and Type Method Description voidField. setType(FieldType type)Constructors in com.ardoq.model with parameters of type FieldType Constructor Description Field(String name, String label, String modelId, FieldType type)Field(String name, String label, String modelId, List<String> componentType, FieldType type)Field(String name, String label, String modelId, List<String> componentType, List<String> referenceType, FieldType type, String defaultValue)