Uses of Class
org.gcube.resourcemanagement.support.shared.plugins.GenericResourcePlugin.FieldType
-
Packages that use GenericResourcePlugin.FieldType Package Description org.gcube.resourcemanagement.support.shared.plugins -
-
Uses of GenericResourcePlugin.FieldType in org.gcube.resourcemanagement.support.shared.plugins
Methods in org.gcube.resourcemanagement.support.shared.plugins that return GenericResourcePlugin.FieldType Modifier and Type Method Description GenericResourcePlugin.FieldTypeGenericResourcePlugin.Field. getType()static GenericResourcePlugin.FieldTypeGenericResourcePlugin.FieldType. valueOf(String name)Returns the enum constant of this type with the specified name.static GenericResourcePlugin.FieldType[]GenericResourcePlugin.FieldType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gcube.resourcemanagement.support.shared.plugins with parameters of type GenericResourcePlugin.FieldType Modifier and Type Method Description voidGenericResourcePlugin.Field. setType(GenericResourcePlugin.FieldType type)Constructors in org.gcube.resourcemanagement.support.shared.plugins with parameters of type GenericResourcePlugin.FieldType Constructor Description Field(String name, String label, GenericResourcePlugin.FieldType type, boolean required)Field(String name, GenericResourcePlugin.FieldType type)Field(String name, GenericResourcePlugin.FieldType type, boolean required)
-