Interface FacetType
-
- All Superinterfaces:
Element,EntityElement,EntityType,IdentifiableElement,Serializable,Type
- All Known Implementing Classes:
FacetTypeImpl
@TypeMetadata(name="FacetType", description="This class 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
- Author:
- Luca Frosini (ISTI - CNR)
-
-
Field Summary
Fields Modifier and Type Field Description static StringNAME-
Fields inherited from interface org.gcube.informationsystem.base.reference.Element
CLASS_PROPERTY, DATETIME_PATTERN, SUPERCLASSES_PROPERTY
-
Fields inherited from interface org.gcube.informationsystem.base.reference.IdentifiableElement
HEADER_PROPERTY
-
Fields inherited from interface org.gcube.informationsystem.types.reference.Type
ABSTRACT_PROPERTY, CHANGELOG_PROPERTY, DESCRIPTION_PROPERTY, NAME_PROPERTY, PROPERTIES_PROPERTY, TYPE_SUPERCLASSES_PROPERTY, VERSION_PROPERTY
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<PropertyDefinition>getProperties()-
Methods inherited from interface org.gcube.informationsystem.base.reference.entities.EntityElement
getHeader
-
Methods inherited from interface org.gcube.informationsystem.types.reference.entities.EntityType
getDescription, getName, getSuperClasses, isAbstract
-
Methods inherited from interface org.gcube.informationsystem.base.reference.IdentifiableElement
setHeader
-
Methods inherited from interface org.gcube.informationsystem.types.reference.Type
getAccessType, getChangelog, getChangelogWithVersionAsString, getVersion, getVersionAsString
-
-
-
-
Field Detail
-
NAME
static final String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getProperties
@ISProperty(name="properties", readonly=false, mandatory=true, nullable=false) Set<PropertyDefinition> getProperties()
- Specified by:
getPropertiesin interfaceType
-
-