public abstract class AbstractMetadata extends DefaultDynObject implements Metadata, java.lang.Comparable
DefaultDynObject.CoerceValueExceptiondelegateds, dynClass, values| Constructor and Description |
|---|
AbstractMetadata(DynStruct dynClass) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(java.lang.Object object) |
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.
|
java.lang.String |
toDynObjectString() |
java.lang.String |
toString() |
clear, delegate, getDynClass, getDynValue, hasDynMethod, hasDynValue, hasEmptyValues, implement, instanceOf, invokeDynMethod, invokeDynMethod, invokeDynMethod, invokeDynMethod, setDynValue, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclear, clone, delegate, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, setDynValuepublic AbstractMetadata(DynStruct dynClass)
public java.util.Set getMetadataChildren()
throws MetadataException
MetadatagetMetadataChildren in interface MetadataMetadataExceptionpublic java.lang.Object getMetadataID()
throws MetadataException
MetadatagetMetadataID in interface MetadataMetadataExceptionpublic java.lang.String getMetadataName()
throws MetadataException
MetadatagetMetadataName in interface MetadataMetadataExceptionpublic int compareTo(java.lang.Object object)
compareTo in interface java.lang.Comparablepublic java.lang.String toString()
toString in class DefaultDynObjectpublic java.lang.String toDynObjectString()