public class ActifactGeneratorDMW extends DmwNamedObjectWrapper implements DmcNamedObjectIF
Generated from the dmg 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 |
|---|---|
|
ActifactGeneratorDMW() |
|
ActifactGeneratorDMW(ActifactGeneratorDMO obj) |
protected |
ActifactGeneratorDMW(ActifactGeneratorDMO obj,
ClassDefinition cd) |
|
ActifactGeneratorDMW(DmcTypeModifierMV mods) |
| Modifier and Type | Method and Description |
|---|---|
ActifactGenerator |
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.
|
ActifactGeneratorDMO |
getDMO() |
String |
getGenClass() |
ActifactGenerator |
getModificationRecorder() |
DefinitionName |
getName() |
DefinitionName |
getObjectName() |
DmcAttribute<?> |
getObjectNameAttribute() |
int |
hashCode() |
void |
remGenClass()
Removes the genClass attribute value.
|
void |
remName()
Removes the name attribute value.
|
void |
setGenClass(Object value)
Sets genClass to the specified value.
|
void |
setGenClass(String value)
Sets genClass to the specified value.
|
void |
setName(DefinitionName value)
Sets name to the specified value.
|
void |
setName(Object value)
Sets name 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 ActifactGeneratorDMW()
public ActifactGeneratorDMW(DmcTypeModifierMV mods)
public ActifactGeneratorDMW(ActifactGeneratorDMO obj)
protected ActifactGeneratorDMW(ActifactGeneratorDMO obj, ClassDefinition cd)
public ActifactGenerator getModificationRecorder()
public ActifactGenerator cloneIt()
public ActifactGeneratorDMO getDMO()
public DefinitionName 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 String getGenClass()
public void setGenClass(Object value) throws DmcValueException
value - A value compatible with DmcTypeStringDmcValueExceptionpublic void setGenClass(String value)
value - Stringpublic void remGenClass()
public DefinitionName getName()
public void setName(Object value) throws DmcValueException
value - A value compatible with DmcTypeDefinitionNameDmcValueExceptionpublic void setName(DefinitionName value)
value - DefinitionNamepublic void remName()
Copyright © 2023. All rights reserved.