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, setDynValuejava.lang.Object getMetadataID()
throws MetadataException
MetadataExceptionjava.lang.String getMetadataName()
throws MetadataException
MetadataExceptionjava.util.Set getMetadataChildren()
throws MetadataException
MetadataException