Uses of Interface
org.gcube.resourcemanagement.model.reference.properties.EnumStringProperty
-
Packages that use EnumStringProperty Package Description org.gcube.resourcemanagement.model.impl.entities.facets org.gcube.resourcemanagement.model.impl.properties Implementation of common properties used across the gcube model.org.gcube.resourcemanagement.model.reference.entities.facets org.gcube.resourcemanagement.model.reference.properties Common properties used across the gcube model. -
-
Uses of EnumStringProperty in org.gcube.resourcemanagement.model.impl.entities.facets
Fields in org.gcube.resourcemanagement.model.impl.entities.facets declared as EnumStringProperty Modifier and Type Field Description protected EnumStringPropertyActionFacetImpl. typeType of action.Methods in org.gcube.resourcemanagement.model.impl.entities.facets that return EnumStringProperty Modifier and Type Method Description EnumStringPropertyActionFacetImpl. getType()Methods in org.gcube.resourcemanagement.model.impl.entities.facets with parameters of type EnumStringProperty Modifier and Type Method Description voidActionFacetImpl. setType(EnumStringProperty type) -
Uses of EnumStringProperty in org.gcube.resourcemanagement.model.impl.properties
Classes in org.gcube.resourcemanagement.model.impl.properties that implement EnumStringProperty Modifier and Type Class Description classEnumStringPropertyImplImplementation forEnumStringProperty. -
Uses of EnumStringProperty in org.gcube.resourcemanagement.model.reference.entities.facets
Methods in org.gcube.resourcemanagement.model.reference.entities.facets that return EnumStringProperty Modifier and Type Method Description EnumStringPropertyActionFacet. getType()Type of action.Methods in org.gcube.resourcemanagement.model.reference.entities.facets with parameters of type EnumStringProperty Modifier and Type Method Description voidActionFacet. setType(EnumStringProperty type) -
Uses of EnumStringProperty in org.gcube.resourcemanagement.model.reference.properties
Methods in org.gcube.resourcemanagement.model.reference.properties with parameters of type EnumStringProperty Modifier and Type Method Description ValidationEnumStringProperty.SetStringValidator. validate(EnumStringProperty property)
-