Interface Element
-
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
ConsistsOf<S,T>,ConsistsOfType,Context,Encrypted,Entity,EntityElement,EntityType,ERElement,Facet,FacetType,Header,IdentifiableElement,IsParentOf,IsRelatedTo<S,T>,IsRelatedToType,LinkedEntity,PropagationConstraint,Property,PropertyDefinition,PropertyElement,PropertyType<P>,QueryTemplate,Relation<S,T>,RelationElement<S,T>,RelationType<S,T>,Resource,ResourceType,SchemaMixedElement,TemplateVariable,Type
- All Known Implementing Classes:
ConsistsOfImpl,ConsistsOfTypeImpl,ContextImpl,DummyFacet,DummyIsRelatedTo,DummyResource,ElementImpl,EncryptedImpl,EntityElementImpl,EntityImpl,EntityTypeImpl,FacetImpl,FacetTypeImpl,HeaderImpl,IsParentOfImpl,IsRelatedToImpl,IsRelatedToTypeImpl,LinkedEntityImpl,PropagationConstraintImpl,PropertyDefinitionImpl,PropertyElementImpl,PropertyImpl,PropertyTypeImpl,QueryTemplateImpl,RelationElementImpl,RelationImpl,RelationTypeImpl,ResourceImpl,ResourceTypeImpl,TemplateVariableImpl,TypeImpl
@TypeMetadata(name="Element", description="This is the base class for Element", version="1.0.0") @Change(version="1.0.0", description="First Version") public interface Element extends Serializable
- Author:
- Luca Frosini (ISTI - CNR)
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_PROPERTYstatic StringDATETIME_PATTERNDateTime Pattern to be used to serialize Dates in every elementstatic StringNAMEstatic StringSUPERCLASSES_PROPERTY
-
-
-
Field Detail
-
NAME
static final String NAME
- See Also:
- Constant Field Values
-
CLASS_PROPERTY
static final String CLASS_PROPERTY
- See Also:
- Constant Field Values
-
SUPERCLASSES_PROPERTY
static final String SUPERCLASSES_PROPERTY
- See Also:
- Constant Field Values
-
DATETIME_PATTERN
static final String DATETIME_PATTERN
DateTime Pattern to be used to serialize Dates in every element- See Also:
- Constant Field Values
-
-