public abstract class DmwWrapperBase extends DmcContainer
core| Modifier | Constructor and Description |
|---|---|
protected |
DmwWrapperBase(DmcObject obj) |
protected |
DmwWrapperBase(DmcObject obj,
ClassDefinition cd) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
applyModifier(DmcTypeModifierMV mods) |
ClassDefinition |
getConstructionClass() |
String |
getConstructionClassName() |
DmcObject |
getDmcObject()
Gets the core object.
|
ClassDefinitionIterableDMW |
getObjectClass() |
void |
resolveReferences(DmcNameResolverIF resolver)
This method calls resolveReferences() on the underlying DMO.
|
void |
serializeIt(DmcOutputStreamIF dos)
Serializes our underlying DMO.
|
void |
setDmcObject(DmcObject obj)
Sets the core object.
|
String |
toOIF() |
String |
toOIF(int padding) |
String |
toString() |
getDeleted, getModifier, setDeleted, setModifierprotected DmwWrapperBase(DmcObject obj)
protected DmwWrapperBase(DmcObject obj, ClassDefinition cd)
public boolean applyModifier(DmcTypeModifierMV mods) throws DmcValueExceptionSet, DmcValueException
public void serializeIt(DmcOutputStreamIF dos) throws Exception, DmcValueException
dos - the output stream.ExceptionDmcValueExceptionpublic String getConstructionClassName()
public ClassDefinitionIterableDMW getObjectClass()
public DmcObject getDmcObject()
DmcContainergetDmcObject in interface DmcContainerIFgetDmcObject in class DmcContainerpublic void setDmcObject(DmcObject obj)
DmcContainersetDmcObject in interface DmcContainerIFsetDmcObject in class DmcContainerobj - The core object.public ClassDefinition getConstructionClass()
public String toOIF()
public String toOIF(int padding)
public void resolveReferences(DmcNameResolverIF resolver) throws DmcValueExceptionSet
resolver - an entity that can resolve schema related references and references to other objects.ResultExceptionDmcValueExceptionSetCopyright © 2023. All rights reserved.