Uses of Interface
org.gcube.resourcemanagement.model.reference.properties.AttributeProperty
-
Packages that use AttributeProperty 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 AttributeProperty in org.gcube.resourcemanagement.model.impl.entities.facets
Fields in org.gcube.resourcemanagement.model.impl.entities.facets with type parameters of type AttributeProperty Modifier and Type Field Description protected List<AttributeProperty>TemplateFacetImpl. propertiesThe properties of the templateMethods in org.gcube.resourcemanagement.model.impl.entities.facets that return types with arguments of type AttributeProperty Modifier and Type Method Description List<AttributeProperty>TemplateFacetImpl. getProperties()The attributes of the template to be created when instantiatedMethods in org.gcube.resourcemanagement.model.impl.entities.facets with parameters of type AttributeProperty Modifier and Type Method Description voidTemplateFacetImpl. addProperty(AttributeProperty property)Adds an attribute to the template to be created when instantiatedMethod parameters in org.gcube.resourcemanagement.model.impl.entities.facets with type arguments of type AttributeProperty Modifier and Type Method Description voidTemplateFacetImpl. setProperties(List<AttributeProperty> properties)Sets the attributes of the template to be created when instantiated -
Uses of AttributeProperty in org.gcube.resourcemanagement.model.impl.properties
Classes in org.gcube.resourcemanagement.model.impl.properties that implement AttributeProperty Modifier and Type Class Description classAttributePropertyImpl -
Uses of AttributeProperty in org.gcube.resourcemanagement.model.reference.entities.facets
Methods in org.gcube.resourcemanagement.model.reference.entities.facets that return types with arguments of type AttributeProperty Modifier and Type Method Description List<AttributeProperty>TemplateFacet. getProperties()The attributes of the template to be created when instantiatedMethods in org.gcube.resourcemanagement.model.reference.entities.facets with parameters of type AttributeProperty Modifier and Type Method Description voidTemplateFacet. addProperty(AttributeProperty property)Adds an attribute to the template to be created when instantiatedMethod parameters in org.gcube.resourcemanagement.model.reference.entities.facets with type arguments of type AttributeProperty Modifier and Type Method Description voidTemplateFacet. setProperties(List<AttributeProperty> properties)Sets the attributes of the template to be created when instantiated -
Uses of AttributeProperty in org.gcube.resourcemanagement.model.reference.properties
Methods in org.gcube.resourcemanagement.model.reference.properties that return AttributeProperty Modifier and Type Method Description static AttributePropertyAttributeProperty. getDefaultInstance()Returns a default instance of AttributeProperty
-