public abstract class RunContextItemDMW extends MvwDefinition 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 |
|---|---|
|
RunContextItemDMW() |
|
RunContextItemDMW(org.dmd.dms.generated.types.DmcTypeModifierMV mods) |
|
RunContextItemDMW(RunContextItemDMO obj) |
protected |
RunContextItemDMW(RunContextItemDMO obj,
org.dmd.dms.ClassDefinition cd) |
| Modifier and Type | Method and Description |
|---|---|
void |
addImportThis(Object value)
Adds another importThis value.
|
void |
addImportThis(String value)
Adds another importThis value.
|
RunContextItem |
cloneIt() |
void |
delImportThis(Object value)
Deletes a importThis value.
|
void |
delImportThis(String value)
Deletes a importThis value.
|
boolean |
equals(Object obj) |
String |
getConstruction() |
String |
getContextImpl() |
RunContextItemDMO |
getDMO() |
TreeSet<String> |
getImportThisCopy() |
boolean |
getImportThisHasValue() |
boolean |
getImportThisIsEmpty() |
org.dmd.dms.generated.dmw.StringIterableDMW |
getImportThisIterable() |
int |
getImportThisSize() |
org.dmd.dmc.types.CamelCaseName |
getItemName() |
Integer |
getItemOrder() |
RunContextItem |
getModificationRecorder() |
org.dmd.dmc.types.CamelCaseName |
getObjectName() |
org.dmd.dmc.DmcAttribute<?> |
getObjectNameAttribute() |
String |
getUseClass() |
int |
hashCode() |
boolean |
importThisContains(String value)
Returns true if the collection contains the importThis value.
|
Boolean |
isAutoCreated() |
Boolean |
isCreateOnDemand() |
Boolean |
isSingleton() |
void |
remAutoCreated()
Removes the autoCreated attribute value.
|
void |
remConstruction()
Removes the construction attribute value.
|
void |
remContextImpl()
Removes the contextImpl attribute value.
|
void |
remCreateOnDemand()
Removes the createOnDemand attribute value.
|
void |
remImportThis()
Removes the importThis attribute value.
|
void |
remItemName()
Removes the itemName attribute value.
|
void |
remItemOrder()
Removes the itemOrder attribute value.
|
void |
remSingleton()
Removes the singleton attribute value.
|
void |
remUseClass()
Removes the useClass attribute value.
|
void |
setAutoCreated(Boolean value)
Sets autoCreated to the specified value.
|
void |
setAutoCreated(Object value)
Sets autoCreated to the specified value.
|
void |
setConstruction(Object value)
Sets construction to the specified value.
|
void |
setConstruction(String value)
Sets construction to the specified value.
|
void |
setContextImpl(Object value)
Sets contextImpl to the specified value.
|
void |
setContextImpl(String value)
Sets contextImpl to the specified value.
|
void |
setCreateOnDemand(Boolean value)
Sets createOnDemand to the specified value.
|
void |
setCreateOnDemand(Object value)
Sets createOnDemand to the specified value.
|
void |
setItemName(org.dmd.dmc.types.CamelCaseName value)
Sets itemName to the specified value.
|
void |
setItemName(Object value)
Sets itemName to the specified value.
|
void |
setItemOrder(Integer value)
Sets itemOrder to the specified value.
|
void |
setItemOrder(Object value)
Sets itemOrder to the specified value.
|
void |
setSingleton(Boolean value)
Sets singleton to the specified value.
|
void |
setSingleton(Object value)
Sets singleton to the specified value.
|
void |
setUseClass(Object value)
Sets useClass to the specified value.
|
void |
setUseClass(String value)
Sets useClass to the specified value.
|
resolveReferencesaddDescription, addDescription, delDescription, delDescription, descriptionContains, getCamelCaseName, getDefinedInModule, getDescriptionCopy, getDescriptionHasValue, getDescriptionIsEmpty, getDescriptionIterable, getDescriptionSize, getFile, getLineNumber, remCamelCaseName, remDefinedInModule, remDescription, remFile, remLineNumber, setCamelCaseName, setCamelCaseName, setDefinedInModule, setDefinedInModule, setFile, setFile, setLineNumber, setLineNumberaddAux, applyModifier, getBackRefs, getConstructionClass, getConstructionClassInfo, getConstructionClassName, getDmcObject, getObjectClass, getReferringObjects, getReferringObjectsViaAttribute, hasAux, isReferenced, referenceCount, removeAux, resolveReferences, resolveReferences, serializeIt, setDmcObject, toOIF, toOIF, toPersistentOIF, toString, youAreDeletedpublic RunContextItemDMW()
public RunContextItemDMW(org.dmd.dms.generated.types.DmcTypeModifierMV mods)
public RunContextItemDMW(RunContextItemDMO obj)
protected RunContextItemDMW(RunContextItemDMO obj, org.dmd.dms.ClassDefinition cd)
public RunContextItem getModificationRecorder()
getModificationRecorder in class MvwDefinitionDMWpublic RunContextItem cloneIt()
public RunContextItemDMO getDMO()
getDMO in class MvwDefinitionDMWpublic org.dmd.dmc.types.CamelCaseName getObjectName()
getObjectName in interface org.dmd.dmc.DmcNamedObjectIFgetObjectName in class MvwDefinitionDMWpublic int hashCode()
hashCode in class MvwDefinitionDMWpublic org.dmd.dmc.DmcAttribute<?> getObjectNameAttribute()
getObjectNameAttribute in interface org.dmd.dmc.DmcNamedObjectIFgetObjectNameAttribute in class MvwDefinitionDMWpublic boolean equals(Object obj)
equals in interface org.dmd.dmc.DmcNamedObjectIFequals in class MvwDefinitionDMWpublic Boolean isAutoCreated()
public void setAutoCreated(Object value) throws org.dmd.dmc.DmcValueException
value - A value compatible with DmcTypeBooleanorg.dmd.dmc.DmcValueExceptionpublic void setAutoCreated(Boolean value)
value - Booleanpublic void remAutoCreated()
public String getConstruction()
public void setConstruction(Object value) throws org.dmd.dmc.DmcValueException
value - A value compatible with DmcTypeStringorg.dmd.dmc.DmcValueExceptionpublic void setConstruction(String value)
value - Stringpublic void remConstruction()
public String getContextImpl()
public void setContextImpl(Object value) throws org.dmd.dmc.DmcValueException
value - A value compatible with DmcTypeStringorg.dmd.dmc.DmcValueExceptionpublic void setContextImpl(String value)
value - Stringpublic void remContextImpl()
public Boolean isCreateOnDemand()
public void setCreateOnDemand(Object value) throws org.dmd.dmc.DmcValueException
value - A value compatible with DmcTypeBooleanorg.dmd.dmc.DmcValueExceptionpublic void setCreateOnDemand(Boolean value)
value - Booleanpublic void remCreateOnDemand()
public int getImportThisSize()
public boolean getImportThisIsEmpty()
public boolean getImportThisHasValue()
public org.dmd.dms.generated.dmw.StringIterableDMW getImportThisIterable()
public void addImportThis(Object value) throws org.dmd.dmc.DmcValueException
value - A value compatible with Stringorg.dmd.dmc.DmcValueExceptionpublic void addImportThis(String value)
value - A value compatible with Stringpublic boolean importThisContains(String value)
value - A value compatible with Stringpublic TreeSet<String> getImportThisCopy()
public void delImportThis(Object value) throws org.dmd.dmc.DmcValueException
value - The String to be deleted from set of attribute values.org.dmd.dmc.DmcValueExceptionpublic void delImportThis(String value)
value - The String to be deleted from set of attribute values.public void remImportThis()
public org.dmd.dmc.types.CamelCaseName getItemName()
public void setItemName(Object value) throws org.dmd.dmc.DmcValueException
value - A value compatible with DmcTypeCamelCaseNameorg.dmd.dmc.DmcValueExceptionpublic void setItemName(org.dmd.dmc.types.CamelCaseName value)
value - CamelCaseNamepublic void remItemName()
public Integer getItemOrder()
public void setItemOrder(Object value) throws org.dmd.dmc.DmcValueException
value - A value compatible with DmcTypeIntegerorg.dmd.dmc.DmcValueExceptionpublic void setItemOrder(Integer value)
value - Integerpublic void remItemOrder()
public Boolean isSingleton()
public void setSingleton(Object value) throws org.dmd.dmc.DmcValueException
value - A value compatible with DmcTypeBooleanorg.dmd.dmc.DmcValueExceptionpublic void setSingleton(Boolean value)
value - Booleanpublic void remSingleton()
public String getUseClass()
public void setUseClass(Object value) throws org.dmd.dmc.DmcValueException
value - A value compatible with DmcTypeStringorg.dmd.dmc.DmcValueExceptionpublic void setUseClass(String value)
value - Stringpublic void remUseClass()
Copyright © 2019. All rights reserved.