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 |
---|---|
java.util.Set |
getMetadataChildren()
Returns an unsorted set of child Metadata objects.
|
java.lang.Object |
getMetadataID()
Returns the unique identifier of the Metadata.
|
java.lang.String |
getMetadataName()
Returns the name of the Metadata, which allows to identify the type in
the Metadata registry.
|
clear, clone, delegate, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, setDynValue
java.lang.Object getMetadataID() throws MetadataException
MetadataException
java.lang.String getMetadataName() throws MetadataException
MetadataException
java.util.Set getMetadataChildren() throws MetadataException
MetadataException