Uses of Interface
org.gcube.informationsystem.types.reference.properties.PropertyDefinition
-
-
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. propertiesMethods in org.gcube.informationsystem.types.impl that return types with arguments of type PropertyDefinition Modifier and Type Method Description Set<PropertyDefinition>TypeImpl. getProperties()protected Set<PropertyDefinition>TypeImpl. retrieveListOfProperties(Class<?> clz) -
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. propertiesMethods in org.gcube.informationsystem.types.impl.entities that return types with arguments of type PropertyDefinition Modifier and Type Method Description Set<PropertyDefinition>FacetTypeImpl. getProperties() -
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 classPropertyDefinitionImplFields in org.gcube.informationsystem.types.impl.properties with type parameters of type PropertyDefinition Modifier and Type Field Description protected Set<PropertyDefinition>PropertyTypeImpl. propertiesMethods in org.gcube.informationsystem.types.impl.properties that return types with arguments of type PropertyDefinition Modifier and Type Method Description Set<PropertyDefinition>PropertyTypeImpl. getProperties()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() -
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() -
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() -
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()
-