public abstract class MvwDefinitionDMW
extends org.dmd.dmw.DmwNamedObjectWrapper
implements org.dmd.dmc.DmcNamedObjectIF
Generated from the mvw 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)
| Modifier | Constructor and Description |
|---|---|
protected |
MvwDefinitionDMW() |
protected |
MvwDefinitionDMW(MvwDefinitionDMO obj,
org.dmd.dms.ClassDefinition cd) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDescription(Object value)
Adds another description value.
|
void |
addDescription(String value)
Adds another description value.
|
void |
delDescription(Object value)
Deletes a description value.
|
void |
delDescription(String value)
Deletes a description value.
|
boolean |
descriptionContains(String value)
Returns true if the collection contains the description value.
|
boolean |
equals(Object obj) |
org.dmd.dmc.types.CamelCaseName |
getCamelCaseName() |
Module |
getDefinedInModule() |
ArrayList<String> |
getDescriptionCopy() |
boolean |
getDescriptionHasValue() |
boolean |
getDescriptionIsEmpty() |
org.dmd.dms.generated.dmw.StringIterableDMW |
getDescriptionIterable() |
int |
getDescriptionSize() |
MvwDefinitionDMO |
getDMO() |
String |
getFile() |
Integer |
getLineNumber() |
abstract MvwDefinition |
getModificationRecorder() |
org.dmd.dmc.types.CamelCaseName |
getObjectName() |
org.dmd.dmc.DmcAttribute<?> |
getObjectNameAttribute() |
int |
hashCode() |
void |
remCamelCaseName()
Removes the camelCaseName attribute value.
|
void |
remDefinedInModule()
Removes the definedInModule attribute value.
|
void |
remDescription()
Removes the description attribute value.
|
void |
remFile()
Removes the file attribute value.
|
void |
remLineNumber()
Removes the lineNumber attribute value.
|
void |
setCamelCaseName(org.dmd.dmc.types.CamelCaseName value)
Sets camelCaseName to the specified value.
|
void |
setCamelCaseName(Object value)
Sets camelCaseName to the specified value.
|
void |
setDefinedInModule(Module value)
Sets the definedInModule to the specified value.
|
void |
setDefinedInModule(Object value)
Sets the definedInModule to the specified value.
|
void |
setFile(Object value)
Sets file to the specified value.
|
void |
setFile(String value)
Sets file 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, toOIF, toOIF, toPersistentOIF, toString, youAreDeletedprotected MvwDefinitionDMW()
protected MvwDefinitionDMW(MvwDefinitionDMO obj, org.dmd.dms.ClassDefinition cd)
public abstract MvwDefinition getModificationRecorder()
public MvwDefinitionDMO getDMO()
public org.dmd.dmc.types.CamelCaseName getObjectName()
getObjectName in interface org.dmd.dmc.DmcNamedObjectIFpublic org.dmd.dmc.DmcAttribute<?> getObjectNameAttribute()
getObjectNameAttribute in interface org.dmd.dmc.DmcNamedObjectIFpublic boolean equals(Object obj)
equals in interface org.dmd.dmc.DmcNamedObjectIFequals in class org.dmd.dmw.DmwWrapperpublic org.dmd.dmc.types.CamelCaseName getCamelCaseName()
public void setCamelCaseName(Object value) throws org.dmd.dmc.DmcValueException
value - A value compatible with DmcTypeCamelCaseNameorg.dmd.dmc.DmcValueExceptionpublic void setCamelCaseName(org.dmd.dmc.types.CamelCaseName value)
value - CamelCaseNamepublic void remCamelCaseName()
public Module getDefinedInModule()
public void setDefinedInModule(Module value)
value - A value compatible with ModuleREFpublic void setDefinedInModule(Object value) throws org.dmd.dmc.DmcValueException
value - A value compatible with ModuleREForg.dmd.dmc.DmcValueExceptionpublic void remDefinedInModule()
public int getDescriptionSize()
public boolean getDescriptionIsEmpty()
public boolean getDescriptionHasValue()
public org.dmd.dms.generated.dmw.StringIterableDMW getDescriptionIterable()
public void addDescription(Object value) throws org.dmd.dmc.DmcValueException
value - A value compatible with Stringorg.dmd.dmc.DmcValueExceptionpublic void addDescription(String value)
value - A value compatible with Stringpublic boolean descriptionContains(String value)
value - A value compatible with Stringpublic ArrayList<String> getDescriptionCopy()
public void delDescription(Object value) throws org.dmd.dmc.DmcValueException
value - The String to be deleted from set of attribute values.org.dmd.dmc.DmcValueExceptionpublic void delDescription(String value)
value - The String to be deleted from set of attribute values.public void remDescription()
public String getFile()
public void setFile(Object value) throws org.dmd.dmc.DmcValueException
value - A value compatible with DmcTypeStringorg.dmd.dmc.DmcValueExceptionpublic void setFile(String value)
value - Stringpublic void remFile()
public Integer getLineNumber()
public void setLineNumber(Object value) throws org.dmd.dmc.DmcValueException
value - A value compatible with DmcTypeIntegerorg.dmd.dmc.DmcValueExceptionpublic void setLineNumber(Integer value)
value - Integerpublic void remLineNumber()
Copyright © 2019. All rights reserved.