Uses of Interface
org.gcube.informationsystem.model.reference.properties.Metadata
-
-
Uses of Metadata in org.gcube.informationsystem.base.impl.entities
Fields in org.gcube.informationsystem.base.impl.entities declared as Metadata Modifier and Type Field Description protected MetadataEntityElementImpl. metadataThe metadata of the entity.Methods in org.gcube.informationsystem.base.impl.entities that return Metadata Modifier and Type Method Description MetadataEntityElementImpl. getMetadata()Returns the metadata associated with the element.Methods in org.gcube.informationsystem.base.impl.entities with parameters of type Metadata Modifier and Type Method Description voidEntityElementImpl. setMetadata(Metadata metadata)Sets the metadata for the element. -
Uses of Metadata in org.gcube.informationsystem.base.impl.relations
Fields in org.gcube.informationsystem.base.impl.relations declared as Metadata Modifier and Type Field Description protected MetadataRelationElementImpl. metadataThe metadata of the relation.Methods in org.gcube.informationsystem.base.impl.relations that return Metadata Modifier and Type Method Description MetadataRelationElementImpl. getMetadata()Returns the metadata associated with the element.Methods in org.gcube.informationsystem.base.impl.relations with parameters of type Metadata Modifier and Type Method Description voidRelationElementImpl. setMetadata(Metadata metadata)Sets the metadata for the element. -
Uses of Metadata in org.gcube.informationsystem.base.reference
Methods in org.gcube.informationsystem.base.reference that return Metadata Modifier and Type Method Description MetadataIdentifiableElement. getMetadata()Returns the metadata associated with the element.Methods in org.gcube.informationsystem.base.reference with parameters of type Metadata Modifier and Type Method Description voidIdentifiableElement. setMetadata(Metadata metadata)Sets the metadata for the element. -
Uses of Metadata in org.gcube.informationsystem.base.reference.entities
Methods in org.gcube.informationsystem.base.reference.entities that return Metadata Modifier and Type Method Description MetadataEntityElement. getMetadata()Returns the metadata associated with the element.Methods in org.gcube.informationsystem.base.reference.entities with parameters of type Metadata Modifier and Type Method Description voidEntityElement. setMetadata(Metadata metadata)Sets the metadata for the element. -
Uses of Metadata in org.gcube.informationsystem.base.reference.relations
Methods in org.gcube.informationsystem.base.reference.relations that return Metadata Modifier and Type Method Description MetadataRelationElement. getMetadata()Returns the metadata associated with the element.Methods in org.gcube.informationsystem.base.reference.relations with parameters of type Metadata Modifier and Type Method Description voidRelationElement. setMetadata(Metadata metadata)Sets the metadata for the element. -
Uses of Metadata in org.gcube.informationsystem.model.impl.properties
Classes in org.gcube.informationsystem.model.impl.properties that implement Metadata Modifier and Type Class Description classMetadataImplThe default implementation of theMetadatainterface. -
Uses of Metadata in org.gcube.informationsystem.types.impl
Fields in org.gcube.informationsystem.types.impl declared as Metadata Modifier and Type Field Description protected MetadataTypeImpl. metadataThe metadata of the type.Methods in org.gcube.informationsystem.types.impl that return Metadata Modifier and Type Method Description MetadataTypeImpl. getMetadata()Returns the metadata associated with the element.Methods in org.gcube.informationsystem.types.impl with parameters of type Metadata Modifier and Type Method Description voidTypeImpl. setMetadata(Metadata metadata)Sets the metadata for the element. -
Uses of Metadata in org.gcube.informationsystem.types.impl.entities
Fields in org.gcube.informationsystem.types.impl.entities declared as Metadata Modifier and Type Field Description protected MetadataEntityTypeImpl. metadataThe metadata of the entity type.Methods in org.gcube.informationsystem.types.impl.entities that return Metadata Modifier and Type Method Description MetadataEntityTypeImpl. getMetadata()Returns the metadata associated with the element.Methods in org.gcube.informationsystem.types.impl.entities with parameters of type Metadata Modifier and Type Method Description voidEntityTypeImpl. setMetadata(Metadata metadata)Sets the metadata for the element. -
Uses of Metadata in org.gcube.informationsystem.types.reference
Methods in org.gcube.informationsystem.types.reference that return Metadata Modifier and Type Method Description MetadataType. getMetadata()Returns the metadata associated with the element.Methods in org.gcube.informationsystem.types.reference with parameters of type Metadata Modifier and Type Method Description voidType. setMetadata(Metadata metadata)Sets the metadata for the element. -
Uses of Metadata in org.gcube.informationsystem.types.reference.properties
Methods in org.gcube.informationsystem.types.reference.properties that return Metadata Modifier and Type Method Description MetadataPropertyType. getMetadata()Returns the metadata associated with the element.Methods in org.gcube.informationsystem.types.reference.properties with parameters of type Metadata Modifier and Type Method Description voidPropertyType. setMetadata(Metadata metadata)Sets the metadata for the element.
-