public class HierarchicObjectDMW extends DmwNamedObjectWrapper implements DmcNamedObjectIF
Generated from the dmrbase 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 |
|---|---|
|
HierarchicObjectDMW() |
|
HierarchicObjectDMW(DmcTypeModifierMV mods) |
|
HierarchicObjectDMW(HierarchicObjectDMO obj) |
protected |
HierarchicObjectDMW(HierarchicObjectDMO obj,
ClassDefinition cd) |
| Modifier and Type | Method and Description |
|---|---|
HierarchicObject |
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.
|
HierarchicObjectDMO |
getDMO() |
String |
getFile() |
FullyQualifiedName |
getFQN() |
Integer |
getLineNumber() |
HierarchicObject |
getModificationRecorder() |
FullyQualifiedName |
getObjectName() |
DmcAttribute<?> |
getObjectNameAttribute() |
int |
hashCode() |
void |
remFile()
Removes the file attribute value.
|
void |
remFQN()
Removes the FQN attribute value.
|
void |
remLineNumber()
Removes the lineNumber attribute value.
|
void |
setFile(Object value)
Sets file to the specified value.
|
void |
setFile(String value)
Sets file to the specified value.
|
void |
setFQN(FullyQualifiedName value)
Sets FQN to the specified value.
|
void |
setFQN(Object value)
Sets FQN to the specified value.
|
void |
setLineNumber(Integer value)
Sets lineNumber to the specified value.
|
void |
setLineNumber(Object value)
Sets lineNumber 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 HierarchicObjectDMW()
public HierarchicObjectDMW(DmcTypeModifierMV mods)
public HierarchicObjectDMW(HierarchicObjectDMO obj)
protected HierarchicObjectDMW(HierarchicObjectDMO obj, ClassDefinition cd)
public HierarchicObject getModificationRecorder()
public HierarchicObject cloneIt()
public HierarchicObjectDMO getDMO()
public FullyQualifiedName 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 FullyQualifiedName getFQN()
public void setFQN(Object value) throws DmcValueException
value - A value compatible with DmcTypeFullyQualifiedNameDmcValueExceptionpublic void setFQN(FullyQualifiedName value)
value - FullyQualifiedNamepublic void remFQN()
public String getFile()
public void setFile(Object value) throws DmcValueException
value - A value compatible with DmcTypeStringDmcValueExceptionpublic void setFile(String value)
value - Stringpublic void remFile()
public Integer getLineNumber()
public void setLineNumber(Object value) throws DmcValueException
value - A value compatible with DmcTypeIntegerDmcValueExceptionpublic void setLineNumber(Integer value)
value - Integerpublic void remLineNumber()
Copyright © 2023. All rights reserved.