public class EventDMO extends MvwDefinitionDMO implements org.dmd.dmc.DmcNamedObjectIF, Serializable
Generated from the mvw 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 |
| Modifier | Constructor and Description |
|---|---|
|
EventDMO() |
|
EventDMO(org.dmd.dms.generated.types.DmcTypeModifierMV mods) |
protected |
EventDMO(String oc) |
| Modifier and Type | Method and Description |
|---|---|
org.dmd.dmc.DmcAttribute<?> |
addImportThis(Object value)
Adds another importThis value.
|
org.dmd.dmc.DmcAttribute<?> |
addImportThis(String value)
Adds another importThis to the specified value.
|
org.dmd.dmc.DmcAttribute<?> |
delImportThis(Object value)
Deletes a importThis value.
|
org.dmd.dmc.DmcAttribute<?> |
delImportThis(String value)
Deletes a importThis from the specified value.
|
boolean |
equals(Object obj) |
String |
getArgVector() |
org.dmd.dmc.types.CamelCaseName |
getEventName() |
Iterator<String> |
getImportThis() |
int |
getImportThisSize()
Returns the number of values in importThis
|
EventDMO |
getModificationRecorder() |
EventDMO |
getNew() |
String |
getNthImportThis(int i) |
org.dmd.dmc.types.CamelCaseName |
getObjectName() |
org.dmd.dmc.DmcAttribute<?> |
getObjectNameAttribute() |
EventDMO |
getSlice(org.dmd.dmc.DmcSliceInfo info) |
int |
hashCode() |
boolean |
importThisContains(String value)
Returns true if we contain a valued keyed by the specified String.
|
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.
|
addDescription, addDescription, delDescription, delDescription, descriptionContains, getCamelCaseName, getDefinedInModule, getDefinedInModuleREF, getDescription, getDescriptionSize, getFile, getLineNumber, getNthDescription, remCamelCaseName, remDefinedInModule, remDescription, remFile, remLineNumber, setCamelCaseName, setCamelCaseName, setDefinedInModule, setDefinedInModule, setFile, setFile, setLineNumber, setLineNumberadd, 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 EventDMO()
protected EventDMO(String oc)
public EventDMO(org.dmd.dms.generated.types.DmcTypeModifierMV mods)
public EventDMO getNew()
getNew in class org.dmd.dmc.DmcObjectpublic EventDMO getSlice(org.dmd.dmc.DmcSliceInfo info)
getSlice in class org.dmd.dmc.DmcObjectpublic EventDMO getModificationRecorder()
public org.dmd.dmc.types.CamelCaseName getObjectName()
getObjectName in interface org.dmd.dmc.DmcNamedObjectIFgetObjectName in class MvwDefinitionDMOpublic org.dmd.dmc.DmcAttribute<?> getObjectNameAttribute()
getObjectNameAttribute in interface org.dmd.dmc.DmcNamedObjectIFgetObjectNameAttribute in class MvwDefinitionDMOpublic boolean equals(Object obj)
equals in interface org.dmd.dmc.DmcNamedObjectIFequals in class MvwDefinitionDMOpublic int hashCode()
hashCode in class MvwDefinitionDMOpublic String getArgVector()
public void setArgVector(String value)
value - Stringpublic void setArgVector(Object value) throws org.dmd.dmc.DmcValueException
value - A value compatible with DmcTypeStringSVorg.dmd.dmc.DmcValueExceptionpublic void remArgVector()
public String getNthImportThis(int i)
public org.dmd.dmc.DmcAttribute<?> addImportThis(String value)
value - Stringpublic boolean importThisContains(String value)
value - Stringpublic org.dmd.dmc.DmcAttribute<?> addImportThis(Object value) throws org.dmd.dmc.DmcValueException
value - A value compatible with Stringorg.dmd.dmc.DmcValueExceptionpublic int getImportThisSize()
public org.dmd.dmc.DmcAttribute<?> delImportThis(Object value) throws org.dmd.dmc.DmcValueException
value - The String to be deleted from set of attribute values.org.dmd.dmc.DmcValueExceptionpublic org.dmd.dmc.DmcAttribute<?> delImportThis(String value)
value - Stringpublic void remImportThis()
public Boolean isFiredInThisModule()
public void setFiredInThisModule(Boolean value)
value - Booleanpublic void setFiredInThisModule(Object value) throws org.dmd.dmc.DmcValueException
value - A value compatible with DmcTypeBooleanSVorg.dmd.dmc.DmcValueExceptionpublic void remFiredInThisModule()
public org.dmd.dmc.types.CamelCaseName getEventName()
public void setEventName(org.dmd.dmc.types.CamelCaseName value)
value - CamelCaseNamepublic void setEventName(Object value) throws org.dmd.dmc.DmcValueException
value - A value compatible with DmcTypeCamelCaseNameSVorg.dmd.dmc.DmcValueExceptionpublic void remEventName()
Copyright © 2019. All rights reserved.