Interface PropertyElement
-
- All Superinterfaces:
Element,Serializable
- All Known Subinterfaces:
Encrypted,Event,LinkedEntity,Metadata,PropagationConstraint,Property,PropertyDefinition,PropertyType,QueryTemplateReference,TemplateVariable
- All Known Implementing Classes:
EncryptedImpl,EventImpl,LinkedEntityImpl,MetadataImpl,PropagationConstraintImpl,PropertyDefinitionImpl,PropertyElementImpl,PropertyImpl,PropertyTypeImpl,QueryTemplateReferenceImpl,TemplateVariableImpl
@TypeMetadata(name="PropertyElement", description="This is the base type for any PropertyElement", version="1.0.0") @Change(version="1.0.0", description="First Version") public interface PropertyElement extends Element
Root Class for Property types. It creates a base common type, which is useful for management purpose.- 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
DATETIME_PATTERN, TYPE_PROPERTY
-
-
Method Summary
-
Methods inherited from interface org.gcube.informationsystem.base.reference.Element
getTypeName
-
-
-
-
Field Detail
-
NAME
static final String NAME
- See Also:
- Constant Field Values
-
-