Interface FacetType
- All Superinterfaces:
Element,EntityElement,EntityType,IdentifiableElement,Serializable,Type
- All Known Implementing Classes:
FacetTypeImpl
@TypeMetadata(name="FacetType",
description="This type provides information for the definition of any FacetType",
version="1.0.0")
@Change(version="1.0.0",
description="First Version")
public interface FacetType
extends EntityType
Defines the type of a
Facet.- Author:
- Luca Frosini (ISTI - CNR)
-
Field Summary
FieldsFields inherited from interface org.gcube.informationsystem.base.reference.Element
DATETIME_PATTERN, TYPE_PROPERTYFields inherited from interface org.gcube.informationsystem.base.reference.IdentifiableElement
ID_PROPERTY, METADATA_PROPERTYFields inherited from interface org.gcube.informationsystem.types.reference.Type
ABSTRACT_PROPERTY, CHANGELOG_PROPERTY, DESCRIPTION_PROPERTY, EXTENDED_TYPES_PROPERTY, FINAL_PROPERTY, NAME_PROPERTY, PROPERTIES_PROPERTY, VERSION_PROPERTY -
Method Summary
Modifier and TypeMethodDescriptionReturns the set of properties defined by this type.Methods inherited from interface org.gcube.informationsystem.base.reference.Element
getTypeNameMethods inherited from interface org.gcube.informationsystem.base.reference.entities.EntityElement
getID, getMetadata, setID, setMetadataMethods inherited from interface org.gcube.informationsystem.types.reference.entities.EntityType
getDescription, getExtendedTypes, getName, isAbstractMethods inherited from interface org.gcube.informationsystem.types.reference.Type
getAccessType, getChangelog, getChangelogWithVersionAsString, getID, getMetadata, getVersion, getVersionAsString, isFinal, setID, setMetadata
-
Field Details
-
NAME
The name of the FacetType.- See Also:
-
-
Method Details
-
getProperties
@ISProperty(name="properties", readonly=false, mandatory=true, nullable=false) Set<PropertyDefinition> getProperties()Returns the set of properties defined by this type.- Specified by:
getPropertiesin interfaceType- Returns:
- A set of
PropertyDefinitions.
-