public class WrapperGeneratorDMW 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 |
|---|---|
|
WrapperGeneratorDMW() |
|
WrapperGeneratorDMW(DmcTypeModifierMV mods) |
|
WrapperGeneratorDMW(WrapperGeneratorDMO obj) |
protected |
WrapperGeneratorDMW(WrapperGeneratorDMO obj,
ClassDefinition cd) |
| Modifier and Type | Method and Description |
|---|---|
WrapperGenerator |
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.
|
ClassTypeEnum |
getClassType() |
WrapperGeneratorDMO |
getDMO() |
String |
getGenClass() |
GenerationContext |
getGenContext() |
WrapperGenerator |
getModificationRecorder() |
DefinitionName |
getName() |
DefinitionName |
getObjectName() |
DmcAttribute<?> |
getObjectNameAttribute() |
int |
hashCode() |
void |
remClassType()
Removes the classType attribute value.
|
void |
remGenClass()
Removes the genClass attribute value.
|
void |
remGenContext()
Removes the genContext attribute value.
|
void |
remName()
Removes the name attribute value.
|
void |
setClassType(ClassTypeEnum value)
Sets classType to the specified value.
|
void |
setClassType(Object value)
Sets classType to the specified value.
|
void |
setGenClass(Object value)
Sets genClass to the specified value.
|
void |
setGenClass(String value)
Sets genClass to the specified value.
|
void |
setGenContext(GenerationContext value)
Sets the genContext to the specified value.
|
void |
setGenContext(Object value)
Sets the genContext 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 WrapperGeneratorDMW()
public WrapperGeneratorDMW(DmcTypeModifierMV mods)
public WrapperGeneratorDMW(WrapperGeneratorDMO obj)
protected WrapperGeneratorDMW(WrapperGeneratorDMO obj, ClassDefinition cd)
public WrapperGenerator getModificationRecorder()
public WrapperGenerator cloneIt()
public WrapperGeneratorDMO 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 ClassTypeEnum getClassType()
public void setClassType(Object value) throws DmcValueException
value - A value compatible with DmcTypeClassTypeEnumDmcValueExceptionpublic void setClassType(ClassTypeEnum value)
value - ClassTypeEnumpublic void remClassType()
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 GenerationContext getGenContext()
public void setGenContext(GenerationContext value)
value - A value compatible with GenerationContextREFpublic void setGenContext(Object value) throws DmcValueException
value - A value compatible with GenerationContextREFDmcValueException - is the value is incorrectpublic void remGenContext()
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.