Uses of Interface
org.gcube.informationsystem.types.reference.properties.PropertyDefinition
-
-
Uses of PropertyDefinition in org.gcube.informationsystem.model.knowledge
Fields in org.gcube.informationsystem.model.knowledge with type parameters of type PropertyDefinition Modifier and Type Field Description protected UsageKnowledge<Map.Entry<String,PropertyDefinition>>ModelKnowledge. propertyUsageThe property usage.Methods in org.gcube.informationsystem.model.knowledge that return types with arguments of type PropertyDefinition Modifier and Type Method Description UsageKnowledge<Map.Entry<String,PropertyDefinition>>ModelKnowledge. getPropertyUsage()Returns the property usage.Method parameters in org.gcube.informationsystem.model.knowledge with type arguments of type PropertyDefinition Modifier and Type Method Description protected voidModelKnowledge. addPropertyUsage(T t, Set<PropertyDefinition> properties)Adds the property usage for a type. -
Uses of PropertyDefinition in org.gcube.informationsystem.types.impl
Fields in org.gcube.informationsystem.types.impl with type parameters of type PropertyDefinition Modifier and Type Field Description protected Set<PropertyDefinition>TypeImpl. propertiesThe properties of the type.Methods in org.gcube.informationsystem.types.impl that return types with arguments of type PropertyDefinition Modifier and Type Method Description Set<PropertyDefinition>TypeImpl. getProperties()Gets the properties of the type.protected Set<PropertyDefinition>TypeImpl. retrieveListOfProperties(Class<?> clz)Retrieves the list of properties of a class. -
Uses of PropertyDefinition in org.gcube.informationsystem.types.impl.entities
Fields in org.gcube.informationsystem.types.impl.entities with type parameters of type PropertyDefinition Modifier and Type Field Description protected Set<PropertyDefinition>FacetTypeImpl. propertiesThe properties of the facet type.Methods in org.gcube.informationsystem.types.impl.entities that return types with arguments of type PropertyDefinition Modifier and Type Method Description Set<PropertyDefinition>FacetTypeImpl. getProperties()Gets the properties of the type. -
Uses of PropertyDefinition in org.gcube.informationsystem.types.impl.properties
Classes in org.gcube.informationsystem.types.impl.properties that implement PropertyDefinition Modifier and Type Class Description classPropertyDefinitionImplThe default implementation of thePropertyDefinitioninterface.Fields in org.gcube.informationsystem.types.impl.properties with type parameters of type PropertyDefinition Modifier and Type Field Description protected Set<PropertyDefinition>PropertyTypeImpl. propertiesThe properties of this type.Methods in org.gcube.informationsystem.types.impl.properties that return types with arguments of type PropertyDefinition Modifier and Type Method Description Set<PropertyDefinition>PropertyTypeImpl. getProperties()Gets the properties of the type.Methods in org.gcube.informationsystem.types.impl.properties with parameters of type PropertyDefinition Modifier and Type Method Description intPropertyDefinitionImpl. compareTo(PropertyDefinition other) -
Uses of PropertyDefinition in org.gcube.informationsystem.types.reference
Methods in org.gcube.informationsystem.types.reference that return types with arguments of type PropertyDefinition Modifier and Type Method Description Set<PropertyDefinition>Type. getProperties()Returns the set of properties defined by this type. -
Uses of PropertyDefinition in org.gcube.informationsystem.types.reference.entities
Methods in org.gcube.informationsystem.types.reference.entities that return types with arguments of type PropertyDefinition Modifier and Type Method Description Set<PropertyDefinition>FacetType. getProperties()Returns the set of properties defined by this type. -
Uses of PropertyDefinition in org.gcube.informationsystem.types.reference.properties
Methods in org.gcube.informationsystem.types.reference.properties that return types with arguments of type PropertyDefinition Modifier and Type Method Description Set<PropertyDefinition>PropertyType. getProperties()Returns the set of properties defined by this type. -
Uses of PropertyDefinition in org.gcube.informationsystem.types.reference.relations
Methods in org.gcube.informationsystem.types.reference.relations that return types with arguments of type PropertyDefinition Modifier and Type Method Description Set<PropertyDefinition>RelationType. getProperties()Returns the set of properties defined by this type.
-