public abstract class EventDMW 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 |
|---|---|
|
EventDMW() |
|
EventDMW(org.dmd.dms.generated.types.DmcTypeModifierMV mods) |
|
EventDMW(EventDMO obj) |
protected |
EventDMW(EventDMO 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.
|
Event |
cloneIt() |
void |
delImportThis(Object value)
Deletes a importThis value.
|
void |
delImportThis(String value)
Deletes a importThis value.
|
boolean |
equals(Object obj) |
String |
getArgVector() |
EventDMO |
getDMO() |
org.dmd.dmc.types.CamelCaseName |
getEventName() |
TreeSet<String> |
getImportThisCopy() |
boolean |
getImportThisHasValue() |
boolean |
getImportThisIsEmpty() |
org.dmd.dms.generated.dmw.StringIterableDMW |
getImportThisIterable() |
int |
getImportThisSize() |
Event |
getModificationRecorder() |
org.dmd.dmc.types.CamelCaseName |
getObjectName() |
org.dmd.dmc.DmcAttribute<?> |
getObjectNameAttribute() |
int |
hashCode() |
boolean |
importThisContains(String value)
Returns true if the collection contains the importThis value.
|
Boolean |
isFiredInThisModule() |
void |
remArgVector()
Removes the argVector attribute value.
|
void |
remEventName()
Removes the eventName attribute value.
|
void |
remFiredInThisModule()
Removes the firedInThisModule attribute value.
|
void |
remImportThis()
Removes the importThis attribute value.
|
void |
setArgVector(Object value)
Sets argVector to the specified value.
|
void |
setArgVector(String value)
Sets argVector to the specified value.
|
void |
setEventName(org.dmd.dmc.types.CamelCaseName value)
Sets eventName to the specified value.
|
void |
setEventName(Object value)
Sets eventName to the specified value.
|
void |
setFiredInThisModule(Boolean value)
Sets firedInThisModule to the specified value.
|
void |
setFiredInThisModule(Object value)
Sets firedInThisModule 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 EventDMW()
public EventDMW(org.dmd.dms.generated.types.DmcTypeModifierMV mods)
public EventDMW(EventDMO obj)
protected EventDMW(EventDMO obj, org.dmd.dms.ClassDefinition cd)
public Event getModificationRecorder()
getModificationRecorder in class MvwDefinitionDMWpublic Event cloneIt()
public EventDMO 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 String getArgVector()
public void setArgVector(Object value) throws org.dmd.dmc.DmcValueException
value - A value compatible with DmcTypeStringorg.dmd.dmc.DmcValueExceptionpublic void setArgVector(String value)
value - Stringpublic void remArgVector()
public org.dmd.dmc.types.CamelCaseName getEventName()
public void setEventName(Object value) throws org.dmd.dmc.DmcValueException
value - A value compatible with DmcTypeCamelCaseNameorg.dmd.dmc.DmcValueExceptionpublic void setEventName(org.dmd.dmc.types.CamelCaseName value)
value - CamelCaseNamepublic void remEventName()
public Boolean isFiredInThisModule()
public void setFiredInThisModule(Object value) throws org.dmd.dmc.DmcValueException
value - A value compatible with DmcTypeBooleanorg.dmd.dmc.DmcValueExceptionpublic void setFiredInThisModule(Boolean value)
value - Booleanpublic void remFiredInThisModule()
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()
Copyright © 2019. All rights reserved.