public interface Metadata extends DynObject
://en.wikipedia.org/wiki/Metadata
.
This interface extends DynObject to add anything needed over the DynObject model to be able to be used as a Metadata model.
Modifier and Type | Method and Description |
---|---|
Set |
getMetadataChildren()
Returns an unsorted set of child Metadata objects.
|
Object |
getMetadataID()
Returns the unique identifier of the Metadata.
|
String |
getMetadataName()
Returns the name of the Metadata, which allows to identify the type in
the Metadata registry.
|
clear, delegate, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, setDynValue
Object getMetadataID() throws MetadataException
MetadataException
String getMetadataName() throws MetadataException
MetadataException
Set getMetadataChildren() throws MetadataException
MetadataException