public class IntegerNamedObjectDMW extends DmwNamedObjectWrapper implements DmcNamedObjectIF
Generated from the dmt schema at version 0.1
This code was auto-generated by the dmggenerator utility and shouldn't be alterred manually! Generated from: org.dmd.dmg.generators.BaseDMWGenerator.dumpWrapper(BaseDMWGenerator.java:488)
core| Modifier | Constructor and Description |
|---|---|
|
IntegerNamedObjectDMW() |
|
IntegerNamedObjectDMW(DmcTypeModifierMV mods) |
|
IntegerNamedObjectDMW(IntegerNamedObjectDMO obj) |
protected |
IntegerNamedObjectDMW(IntegerNamedObjectDMO obj,
ClassDefinition cd) |
| Modifier and Type | Method and Description |
|---|---|
IntegerNamedObjectDMW |
cloneIt() |
boolean |
equals(Object obj)
This method should check the type of the obj param and compare the name
of this object with the one passed as argument.
|
IntegerNamedObjectDMO |
getDMO() |
IntegerName |
getIntegerName() |
IntegerNamedObjectDMW |
getModificationRecorder() |
IntegerName |
getObjectName() |
DmcAttribute<?> |
getObjectNameAttribute() |
String |
getSvString() |
int |
hashCode() |
void |
remIntegerName()
Removes the integerName attribute value.
|
void |
remSvString()
Removes the svString attribute value.
|
void |
setIntegerName(IntegerName value)
Sets integerName to the specified value.
|
void |
setIntegerName(Object value)
Sets integerName to the specified value.
|
void |
setSvString(Object value)
Sets svString to the specified value.
|
void |
setSvString(String value)
Sets svString to the specified value.
|
addAux, applyModifier, getBackRefs, getConstructionClass, getConstructionClassInfo, getConstructionClassName, getDmcObject, getObjectClass, getReferringObjects, getReferringObjectsViaAttribute, hasAux, isReferenced, referenceCount, removeAux, resolveReferences, resolveReferences, serializeIt, setDmcObject, toJSON, toOIF, toOIF, toPersistentOIF, toString, youAreDeletedgetDeleted, getModifier, setDeleted, setModifierpublic IntegerNamedObjectDMW()
public IntegerNamedObjectDMW(DmcTypeModifierMV mods)
public IntegerNamedObjectDMW(IntegerNamedObjectDMO obj)
protected IntegerNamedObjectDMW(IntegerNamedObjectDMO obj, ClassDefinition cd)
public IntegerNamedObjectDMW getModificationRecorder()
public IntegerNamedObjectDMW cloneIt()
public IntegerNamedObjectDMO getDMO()
public IntegerName getObjectName()
getObjectName in interface DmcNamedObjectIFpublic DmcAttribute<?> getObjectNameAttribute()
getObjectNameAttribute in interface DmcNamedObjectIFpublic boolean equals(Object obj)
DmcNamedObjectIFequals in interface DmcNamedObjectIFequals in class DmwWrapperobj - The comparison object.public IntegerName getIntegerName()
public void setIntegerName(Object value) throws DmcValueException
value - A value compatible with DmcTypeIntegerNameDmcValueExceptionpublic void setIntegerName(IntegerName value)
value - IntegerNamepublic void remIntegerName()
public String getSvString()
public void setSvString(Object value) throws DmcValueException
value - A value compatible with DmcTypeStringDmcValueExceptionpublic void setSvString(String value)
value - Stringpublic void remSvString()
Copyright © 2023. All rights reserved.