Interface IdentifiableElement
-
- All Superinterfaces:
Element,Serializable
- All Known Subinterfaces:
ConsistsOf<S,T>,ConsistsOfType,Context,Entity,EntityElement,EntityType,ERElement,Facet,FacetType,IsParentOf,IsRelatedTo<S,T>,IsRelatedToType,PropertyType<P>,QueryTemplate,Relation<S,T>,RelationElement<S,T>,RelationType<S,T>,Resource,ResourceType,Type
- All Known Implementing Classes:
ConsistsOfImpl,ConsistsOfTypeImpl,ContextImpl,DummyFacet,DummyIsRelatedTo,DummyResource,EntityElementImpl,EntityImpl,EntityTypeImpl,FacetImpl,FacetTypeImpl,IsParentOfImpl,IsRelatedToImpl,IsRelatedToTypeImpl,PropertyTypeImpl,QueryTemplateImpl,RelationElementImpl,RelationImpl,RelationTypeImpl,ResourceImpl,ResourceTypeImpl,TypeImpl
public interface IdentifiableElement extends Element
This interfaces is an helper to identify elements could be identified viaHeader- Author:
- Luca Frosini (ISTI - CNR)
-
-
Field Summary
Fields Modifier and Type Field Description static StringHEADER_PROPERTY-
Fields inherited from interface org.gcube.informationsystem.base.reference.Element
CLASS_PROPERTY, DATETIME_PATTERN, NAME, SUPERCLASSES_PROPERTY
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HeadergetHeader()voidsetHeader(Header header)
-
-
-
Field Detail
-
HEADER_PROPERTY
static final String HEADER_PROPERTY
- See Also:
- Constant Field Values
-
-