public class MethodGeneratorDMO extends DmcObject implements DmcNamedObjectIF, Serializable
Generated from the dmg 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.DmoFormatter.dumpDMO(DmoFormatter.java:134)
| Modifier and Type | Field and Description |
|---|---|
static String |
constructionClassName |
__objectClass, attributes| Modifier | Constructor and Description |
|---|---|
|
MethodGeneratorDMO() |
|
MethodGeneratorDMO(DmcTypeModifierMV mods) |
protected |
MethodGeneratorDMO(String oc) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
This method performs an attribute by attribute comparison of this
object with the specified object and returns true if they are equal.
|
BaseTypeEnum |
getBaseType() |
String |
getGenClass() |
GenerationContextREF |
getGenContext() |
GenerationContextREF |
getGenContextREF() |
MethodGeneratorDMO |
getModificationRecorder() |
DefinitionName |
getName() |
MethodGeneratorDMO |
getNew()
Auto-generated derived classes override this to return an empty instance
of themselves.
|
DefinitionName |
getObjectName() |
DmcAttribute<?> |
getObjectNameAttribute() |
MethodGeneratorDMO |
getSlice(DmcSliceInfo info)
Auto-generated derived classes override this to return an instance of themselves
with just the specified slice of attributes.
|
ValueTypeEnum |
getValueType() |
int |
hashCode() |
void |
remBaseType()
Removes the baseType attribute value.
|
void |
remGenClass()
Removes the genClass attribute value.
|
void |
remGenContext()
Removes the genContext attribute value.
|
void |
remName()
Removes the name attribute value.
|
void |
remValueType()
Removes the valueType attribute value.
|
void |
setBaseType(BaseTypeEnum value)
Sets baseType to the specified value.
|
void |
setBaseType(Object value)
Sets baseType 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(GenerationContextDMO value)
Sets genContext to the specified value.
|
void |
setGenContext(Object value)
Sets 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.
|
void |
setValueType(Object value)
Sets valueType to the specified value.
|
void |
setValueType(ValueTypeEnum value)
Sets valueType to the specified value.
|
add, add, addAux, addAux, addBackref, allowsAttribute, applyModifier, clearReferenceInfo, cloneIt, del, del, delFromEmptyAttribute, deserializeIt, get, get, get, getAdditionalAttributes, getAttributeInfo, getAttributeInfo, getAttributeIterator, getAttributeNames, getAttributes, getAttributeValidators, getBackref, getBackRefs, getConstructionClass, getConstructionClassInfo, getConstructionClassName, getContainer, getDataType, getFullClassName, getLastValue, getModifier, getObjectClass, getObjectValidators, getReferringObjects, getReferringObjectsViaAttribute, getStagingObject, hasAux, hasValue, isModrec, isReferenced, isStaging, modrec, nth, nthNullFromEmptyAttribute, numberOfAttributes, populateSlice, referenceCount, rem, rem, removeAux, removeBackref, resolveReferences, resolveReferences, resolveReferences, resolveReferencesExceptClass, resolveReferencesExceptClass, serializeIt, set, set, setContainer, setLastValue, setModifier, shallowCopy, staging, supportsBackrefTracking, toCompactJSON, toCompactJSON, toJSON, toJSON, toJSON, toOIF, toOIF, toOIFNoPadding, toPersistentOIF, toPersistentOIF, toString, youAreDeletedpublic static final String constructionClassName
public MethodGeneratorDMO()
protected MethodGeneratorDMO(String oc)
public MethodGeneratorDMO(DmcTypeModifierMV mods)
public MethodGeneratorDMO getNew()
DmcObjectpublic MethodGeneratorDMO getSlice(DmcSliceInfo info)
DmcObjectpublic MethodGeneratorDMO getModificationRecorder()
public DefinitionName getObjectName()
getObjectName in interface DmcNamedObjectIFpublic DmcAttribute<?> getObjectNameAttribute()
getObjectNameAttribute in interface DmcNamedObjectIFpublic boolean equals(Object obj)
DmcObjectequals in interface DmcNamedObjectIFequals in class DmcObjectobj - The comparison object.public DefinitionName getName()
public void setName(DefinitionName value)
value - DefinitionNamepublic void setName(Object value) throws DmcValueException
value - A value compatible with DmcTypeDefinitionNameSVDmcValueException - if value is not correctpublic void remName()
public GenerationContextREF getGenContext()
public GenerationContextREF getGenContextREF()
public void setGenContext(GenerationContextDMO value)
value - GenerationContextDMOpublic void setGenContext(Object value) throws DmcValueException
value - A value compatible with DmcTypeGenerationContextREFSVDmcValueException - if value is not correctpublic void remGenContext()
public ValueTypeEnum getValueType()
public void setValueType(ValueTypeEnum value)
value - ValueTypeEnumpublic void setValueType(Object value) throws DmcValueException
value - A value compatible with DmcTypeValueTypeEnumSVDmcValueException - if value is not correctpublic void remValueType()
public BaseTypeEnum getBaseType()
public void setBaseType(BaseTypeEnum value)
value - BaseTypeEnumpublic void setBaseType(Object value) throws DmcValueException
value - A value compatible with DmcTypeBaseTypeEnumSVDmcValueException - if value is not correctpublic void remBaseType()
public String getGenClass()
public void setGenClass(String value)
value - Stringpublic void setGenClass(Object value) throws DmcValueException
value - A value compatible with DmcTypeStringSVDmcValueException - if value is not correctpublic void remGenClass()
Copyright © 2023. All rights reserved.