public class IntegerNamedObjectREF extends DmcNamedObjectNontransportableREF<IntegerNamedObjectDMO>
Generated from the dmt schema at version 0.1
This code was auto-generated by the dmogenerator utility and shouldn't be alterred manually! Generated from: org.dmd.dms.util.DmoTypeFormatter.dumpNamedREF(DmoTypeFormatter.java:420)
| Modifier and Type | Field and Description |
|---|---|
static DmcAttributeInfo |
__integerName |
objectbackrefModifier| Constructor and Description |
|---|
IntegerNamedObjectREF() |
IntegerNamedObjectREF(IntegerName n) |
IntegerNamedObjectREF(IntegerNamedObjectDMO o) |
IntegerNamedObjectREF(IntegerNamedObjectREF original) |
IntegerNamedObjectREF(String n) |
| Modifier and Type | Method and Description |
|---|---|
IntegerNamedObjectREF |
cloneMe()
Clones this reference.
|
void |
deserializeIt(DmcInputStreamIF dis) |
IntegerName |
getName() |
DmcObjectName |
getObjectName() |
DmcAttribute<?> |
getObjectNameAttribute() |
void |
serializeIt(DmcOutputStreamIF dos) |
void |
setName(DmcObjectName n)
Sets the name of the object being referred to.
|
void |
setObject(IntegerNamedObjectDMO o)
Sets the object, thus making this reference "resolved".
|
compareTo, equals, getObject, isResolved, valuesAreEqualgetBackrefModifier, getKey, getKeyAsString, hashCode, removeBackref, setBackrefModifier, toStringpublic static final DmcAttributeInfo __integerName
public IntegerNamedObjectREF()
public IntegerNamedObjectREF(IntegerNamedObjectDMO o)
public IntegerNamedObjectREF(IntegerName n) throws DmcValueException
DmcValueExceptionpublic IntegerNamedObjectREF(String n) throws DmcValueException
DmcValueExceptionpublic IntegerNamedObjectREF(IntegerNamedObjectREF original)
public void setObject(IntegerNamedObjectDMO o)
DmcNamedObjectREFsetObject in class DmcNamedObjectNontransportableREF<IntegerNamedObjectDMO>o - the object.public IntegerNamedObjectREF cloneMe()
public void setName(DmcObjectName n) throws DmcValueException
DmcNamedObjectREFsetName in class DmcNamedObjectREF<IntegerNamedObjectDMO>n - The name of the object.DmcValueExceptionpublic DmcObjectName getObjectName()
public IntegerName getName()
public DmcAttribute<?> getObjectNameAttribute()
public void serializeIt(DmcOutputStreamIF dos) throws Exception
Exceptionpublic void deserializeIt(DmcInputStreamIF dis) throws Exception
ExceptionCopyright © 2023. All rights reserved.