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