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 -
-
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. propertiesMethods 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()Methods in org.gcube.resourcemanagement.model.impl.entities.facets with parameters of type AttributeProperty Modifier and Type Method Description voidTemplateFacetImpl. addProperty(AttributeProperty property)Method 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) -
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()Methods in org.gcube.resourcemanagement.model.reference.entities.facets with parameters of type AttributeProperty Modifier and Type Method Description voidTemplateFacet. addProperty(AttributeProperty property)Method 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)
-