Uses of Class
org.gcube.resourcemanagement.support.client.views.ResourceTypeDecorator
-
Packages that use ResourceTypeDecorator Package Description org.gcube.resourcemanagement.support.client.views org.gcube.resourcemanagement.support.shared.types.datamodel -
-
Uses of ResourceTypeDecorator in org.gcube.resourcemanagement.support.client.views
Methods in org.gcube.resourcemanagement.support.client.views that return ResourceTypeDecorator Modifier and Type Method Description static ResourceTypeDecoratorResourceTypeDecorator. valueOf(String name)Returns the enum constant of this type with the specified name.static ResourceTypeDecorator[]ResourceTypeDecorator. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ResourceTypeDecorator in org.gcube.resourcemanagement.support.shared.types.datamodel
Methods in org.gcube.resourcemanagement.support.shared.types.datamodel that return ResourceTypeDecorator Modifier and Type Method Description ResourceTypeDecoratorCompleteResourceProfile. getType()Constructors in org.gcube.resourcemanagement.support.shared.types.datamodel with parameters of type ResourceTypeDecorator Constructor Description CompleteResourceProfile(String ID, ResourceTypeDecorator type, String title, String xmlRepresentation, String htmlRepresentation)
-