Uses of Class
org.gcube.resourcemanagement.support.shared.plugins.GenericResourcePlugin.FieldType

Packages that use GenericResourcePlugin.FieldType
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
 GenericResourcePlugin.FieldType GenericResourcePlugin.Field.getType()
           
static GenericResourcePlugin.FieldType GenericResourcePlugin.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
 void GenericResourcePlugin.Field.setType(GenericResourcePlugin.FieldType type)
           
 

Constructors in org.gcube.resourcemanagement.support.shared.plugins with parameters of type GenericResourcePlugin.FieldType
GenericResourcePlugin.Field(String name, GenericResourcePlugin.FieldType type)
           
GenericResourcePlugin.Field(String name, GenericResourcePlugin.FieldType type, boolean required)
           
GenericResourcePlugin.Field(String name, String label, GenericResourcePlugin.FieldType type, boolean required)
           
 



Copyright © 2014. All Rights Reserved.