Uses of Interface
org.gcube.informationsystem.types.reference.properties.PropertyDefinition
Packages that use PropertyDefinition
Package
Description
-
Uses of PropertyDefinition in org.gcube.informationsystem.model.knowledge
Fields in org.gcube.informationsystem.model.knowledge with type parameters of type PropertyDefinitionModifier and TypeFieldDescriptionprotected UsageKnowledge<Map.Entry<String,PropertyDefinition>> ModelKnowledge.propertyUsageThe property usage.Methods in org.gcube.informationsystem.model.knowledge that return types with arguments of type PropertyDefinitionMethod parameters in org.gcube.informationsystem.model.knowledge with type arguments of type PropertyDefinitionModifier and TypeMethodDescriptionprotected 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 PropertyDefinitionModifier and TypeFieldDescriptionprotected Set<PropertyDefinition>TypeImpl.propertiesThe properties of the type.Methods in org.gcube.informationsystem.types.impl that return types with arguments of type PropertyDefinitionModifier and TypeMethodDescriptionTypeImpl.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 PropertyDefinitionModifier and TypeFieldDescriptionprotected 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 -
Uses of PropertyDefinition in org.gcube.informationsystem.types.impl.properties
Classes in org.gcube.informationsystem.types.impl.properties that implement PropertyDefinitionModifier and TypeClassDescriptionfinal classThe default implementation of thePropertyDefinitioninterface.Fields in org.gcube.informationsystem.types.impl.properties with type parameters of type PropertyDefinitionModifier and TypeFieldDescriptionprotected Set<PropertyDefinition>PropertyTypeImpl.propertiesThe properties of this type.Methods in org.gcube.informationsystem.types.impl.properties that return types with arguments of type PropertyDefinitionModifier and TypeMethodDescriptionPropertyTypeImpl.getProperties()Gets the properties of the type.Methods in org.gcube.informationsystem.types.impl.properties with parameters of type PropertyDefinition -
Uses of PropertyDefinition in org.gcube.informationsystem.types.reference
Methods in org.gcube.informationsystem.types.reference that return types with arguments of type PropertyDefinitionModifier and TypeMethodDescriptionType.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 PropertyDefinitionModifier and TypeMethodDescriptionFacetType.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 PropertyDefinitionModifier and TypeMethodDescriptionPropertyType.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 PropertyDefinitionModifier and TypeMethodDescriptionRelationType.getProperties()Returns the set of properties defined by this type.