public abstract class WebApplicationDMW 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 |
|---|---|
|
WebApplicationDMW() |
|
WebApplicationDMW(org.dmd.dms.generated.types.DmcTypeModifierMV mods) |
|
WebApplicationDMW(WebApplicationDMO obj) |
protected |
WebApplicationDMW(WebApplicationDMO obj,
org.dmd.dms.ClassDefinition cd) |
| Modifier and Type | Method and Description |
|---|---|
org.dmd.dmc.DmcAttribute<?> |
addUsesController(Controller value)
Adds another usesController value.
|
WebApplication |
cloneIt() |
void |
delUsesController(Controller value)
Deletes a usesController value.
|
boolean |
equals(Object obj) |
org.dmd.dmc.types.CamelCaseName |
getAppName() |
Place |
getDefaultPlace() |
WebApplicationDMO |
getDMO() |
MenuImplementationConfig |
getMenuImplementation() |
WebApplication |
getModificationRecorder() |
org.dmd.dmc.types.CamelCaseName |
getObjectName() |
org.dmd.dmc.DmcAttribute<?> |
getObjectNameAttribute() |
ArrayList<Controller> |
getUsesControllerCopy() |
boolean |
getUsesControllerHasValue() |
boolean |
getUsesControllerIsEmpty() |
ControllerIterableDMW |
getUsesControllerIterable() |
int |
getUsesControllerSize() |
int |
hashCode() |
void |
remAppName()
Removes the appName attribute value.
|
void |
remDefaultPlace()
Removes the defaultPlace attribute value.
|
void |
remMenuImplementation()
Removes the menuImplementation attribute value.
|
void |
remUsesController()
Removes the usesController attribute value.
|
void |
setAppName(org.dmd.dmc.types.CamelCaseName value)
Sets appName to the specified value.
|
void |
setAppName(Object value)
Sets appName to the specified value.
|
void |
setDefaultPlace(Object value)
Sets the defaultPlace to the specified value.
|
void |
setDefaultPlace(Place value)
Sets the defaultPlace to the specified value.
|
void |
setMenuImplementation(MenuImplementationConfig value)
Sets the menuImplementation to the specified value.
|
void |
setMenuImplementation(Object value)
Sets the menuImplementation 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 WebApplicationDMW()
public WebApplicationDMW(org.dmd.dms.generated.types.DmcTypeModifierMV mods)
public WebApplicationDMW(WebApplicationDMO obj)
protected WebApplicationDMW(WebApplicationDMO obj, org.dmd.dms.ClassDefinition cd)
public WebApplication getModificationRecorder()
getModificationRecorder in class MvwDefinitionDMWpublic WebApplication cloneIt()
public WebApplicationDMO 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 org.dmd.dmc.types.CamelCaseName getAppName()
public void setAppName(Object value) throws org.dmd.dmc.DmcValueException
value - A value compatible with DmcTypeCamelCaseNameorg.dmd.dmc.DmcValueExceptionpublic void setAppName(org.dmd.dmc.types.CamelCaseName value)
value - CamelCaseNamepublic void remAppName()
public Place getDefaultPlace()
public void setDefaultPlace(Place value)
value - A value compatible with PlaceREFpublic void setDefaultPlace(Object value) throws org.dmd.dmc.DmcValueException
value - A value compatible with PlaceREForg.dmd.dmc.DmcValueExceptionpublic void remDefaultPlace()
public MenuImplementationConfig getMenuImplementation()
public void setMenuImplementation(MenuImplementationConfig value)
value - A value compatible with MenuImplementationConfigREFpublic void setMenuImplementation(Object value) throws org.dmd.dmc.DmcValueException
value - A value compatible with MenuImplementationConfigREForg.dmd.dmc.DmcValueExceptionpublic void remMenuImplementation()
public int getUsesControllerSize()
public boolean getUsesControllerIsEmpty()
public boolean getUsesControllerHasValue()
public ControllerIterableDMW getUsesControllerIterable()
public org.dmd.dmc.DmcAttribute<?> addUsesController(Controller value)
value - A value compatible with Controllerpublic void delUsesController(Controller value)
value - The Controller to be deleted from set of attribute values.public ArrayList<Controller> getUsesControllerCopy()
public void remUsesController()
Copyright © 2019. All rights reserved.