public abstract class ComponentDMW 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 |
|---|---|
protected |
ComponentDMW() |
protected |
ComponentDMW(ComponentDMO obj,
org.dmd.dms.ClassDefinition cd) |
| Modifier and Type | Method and Description |
|---|---|
org.dmd.dmc.DmcAttribute<?> |
addFiresEvent(Event value)
Adds another firesEvent value.
|
org.dmd.dmc.DmcAttribute<?> |
addHandlesEvent(Event value)
Adds another handlesEvent value.
|
org.dmd.dmc.DmcAttribute<?> |
addInstantiatesView(View value)
Adds another instantiatesView value.
|
void |
addSendsRequest(Object value)
Adds another sendsRequest value.
|
void |
addSendsRequest(RequestTypeWithOptions value)
Adds another sendsRequest value.
|
org.dmd.dmc.DmcAttribute<?> |
addUseSchema(org.dmd.dms.SchemaDefinition value)
Adds another useSchema value.
|
org.dmd.dmc.DmcAttribute<?> |
addUsesRunContextItem(RunContextItem value)
Adds another usesRunContextItem value.
|
void |
delFiresEvent(Event value)
Deletes a firesEvent value.
|
void |
delHandlesEvent(Event value)
Deletes a handlesEvent value.
|
void |
delInstantiatesView(View value)
Deletes a instantiatesView value.
|
void |
delSendsRequest(Object value)
Deletes a sendsRequest value.
|
void |
delSendsRequest(RequestTypeWithOptions value)
Deletes a sendsRequest value.
|
void |
delUseSchema(org.dmd.dms.SchemaDefinition value)
Deletes a useSchema value.
|
void |
delUsesRunContextItem(RunContextItem value)
Deletes a usesRunContextItem value.
|
boolean |
equals(Object obj) |
org.dmd.dmc.types.CamelCaseName |
getComponentName() |
ComponentDMO |
getDMO() |
Event |
getFiresEvent(Object key) |
TreeMap<org.dmd.dmc.types.CamelCaseName,Event> |
getFiresEventCopy() |
org.dmd.dmc.types.CamelCaseName |
getFiresEventFirstKey() |
boolean |
getFiresEventHasValue() |
boolean |
getFiresEventIsEmpty() |
EventIterableDMW |
getFiresEventIterable() |
int |
getFiresEventSize() |
Event |
getHandlesEvent(Object key) |
TreeMap<org.dmd.dmc.types.CamelCaseName,Event> |
getHandlesEventCopy() |
org.dmd.dmc.types.CamelCaseName |
getHandlesEventFirstKey() |
boolean |
getHandlesEventHasValue() |
boolean |
getHandlesEventIsEmpty() |
EventIterableDMW |
getHandlesEventIterable() |
int |
getHandlesEventSize() |
ArrayList<View> |
getInstantiatesViewCopy() |
boolean |
getInstantiatesViewHasValue() |
boolean |
getInstantiatesViewIsEmpty() |
ViewIterableDMW |
getInstantiatesViewIterable() |
int |
getInstantiatesViewSize() |
abstract Component |
getModificationRecorder() |
org.dmd.dmc.types.CamelCaseName |
getObjectName() |
org.dmd.dmc.DmcAttribute<?> |
getObjectNameAttribute() |
ArrayList<RequestTypeWithOptions> |
getSendsRequestCopy() |
boolean |
getSendsRequestHasValue() |
boolean |
getSendsRequestIsEmpty() |
RequestTypeWithOptionsIterableDMW |
getSendsRequestIterable() |
int |
getSendsRequestSize() |
String |
getSubpackage() |
String |
getUseBaseClass() |
ArrayList<org.dmd.dms.SchemaDefinition> |
getUseSchemaCopy() |
boolean |
getUseSchemaHasValue() |
boolean |
getUseSchemaIsEmpty() |
org.dmd.dms.generated.dmw.SchemaDefinitionIterableDMW |
getUseSchemaIterable() |
int |
getUseSchemaSize() |
TreeSet<RunContextItem> |
getUsesRunContextItemCopy() |
boolean |
getUsesRunContextItemHasValue() |
boolean |
getUsesRunContextItemIsEmpty() |
RunContextItemIterableDMW |
getUsesRunContextItemIterable() |
int |
getUsesRunContextItemSize() |
int |
hashCode() |
void |
remComponentName()
Removes the componentName attribute value.
|
void |
remFiresEvent()
Removes the firesEvent attribute value.
|
void |
remHandlesEvent()
Removes the handlesEvent attribute value.
|
void |
remInstantiatesView()
Removes the instantiatesView attribute value.
|
void |
remSendsRequest()
Removes the sendsRequest attribute value.
|
void |
remSubpackage()
Removes the subpackage attribute value.
|
void |
remUseBaseClass()
Removes the useBaseClass attribute value.
|
void |
remUseSchema()
Removes the useSchema attribute value.
|
void |
remUsesRunContextItem()
Removes the usesRunContextItem attribute value.
|
boolean |
sendsRequestContains(RequestTypeWithOptions value)
Returns true if the collection contains the sendsRequest value.
|
void |
setComponentName(org.dmd.dmc.types.CamelCaseName value)
Sets componentName to the specified value.
|
void |
setComponentName(Object value)
Sets componentName to the specified value.
|
void |
setSubpackage(Object value)
Sets subpackage to the specified value.
|
void |
setSubpackage(String value)
Sets subpackage to the specified value.
|
void |
setUseBaseClass(Object value)
Sets useBaseClass to the specified value.
|
void |
setUseBaseClass(String value)
Sets useBaseClass 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, youAreDeletedprotected ComponentDMW()
protected ComponentDMW(ComponentDMO obj, org.dmd.dms.ClassDefinition cd)
public abstract Component getModificationRecorder()
getModificationRecorder in class MvwDefinitionDMWpublic ComponentDMO 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 getComponentName()
public void setComponentName(Object value) throws org.dmd.dmc.DmcValueException
value - A value compatible with DmcTypeCamelCaseNameorg.dmd.dmc.DmcValueExceptionpublic void setComponentName(org.dmd.dmc.types.CamelCaseName value)
value - CamelCaseNamepublic void remComponentName()
public int getFiresEventSize()
public boolean getFiresEventIsEmpty()
public boolean getFiresEventHasValue()
public Event getFiresEvent(Object key)
public org.dmd.dmc.types.CamelCaseName getFiresEventFirstKey()
public EventIterableDMW getFiresEventIterable()
public org.dmd.dmc.DmcAttribute<?> addFiresEvent(Event value)
value - EventDMWpublic void delFiresEvent(Event value)
value - The Event to be deleted from set of attribute values.public TreeMap<org.dmd.dmc.types.CamelCaseName,Event> getFiresEventCopy()
public void remFiresEvent()
public int getHandlesEventSize()
public boolean getHandlesEventIsEmpty()
public boolean getHandlesEventHasValue()
public Event getHandlesEvent(Object key)
public org.dmd.dmc.types.CamelCaseName getHandlesEventFirstKey()
public EventIterableDMW getHandlesEventIterable()
public org.dmd.dmc.DmcAttribute<?> addHandlesEvent(Event value)
value - EventDMWpublic void delHandlesEvent(Event value)
value - The Event to be deleted from set of attribute values.public TreeMap<org.dmd.dmc.types.CamelCaseName,Event> getHandlesEventCopy()
public void remHandlesEvent()
public int getInstantiatesViewSize()
public boolean getInstantiatesViewIsEmpty()
public boolean getInstantiatesViewHasValue()
public ViewIterableDMW getInstantiatesViewIterable()
public org.dmd.dmc.DmcAttribute<?> addInstantiatesView(View value)
value - A value compatible with Viewpublic void delInstantiatesView(View value)
value - The View to be deleted from set of attribute values.public ArrayList<View> getInstantiatesViewCopy()
public void remInstantiatesView()
public int getSendsRequestSize()
public boolean getSendsRequestIsEmpty()
public boolean getSendsRequestHasValue()
public RequestTypeWithOptionsIterableDMW getSendsRequestIterable()
public void addSendsRequest(Object value) throws org.dmd.dmc.DmcValueException
value - A value compatible with RequestTypeWithOptionsorg.dmd.dmc.DmcValueExceptionpublic void addSendsRequest(RequestTypeWithOptions value)
value - A value compatible with RequestTypeWithOptionspublic boolean sendsRequestContains(RequestTypeWithOptions value)
value - A value compatible with RequestTypeWithOptionspublic ArrayList<RequestTypeWithOptions> getSendsRequestCopy()
public void delSendsRequest(Object value) throws org.dmd.dmc.DmcValueException
value - The RequestTypeWithOptions to be deleted from set of attribute values.org.dmd.dmc.DmcValueExceptionpublic void delSendsRequest(RequestTypeWithOptions value)
value - The RequestTypeWithOptions to be deleted from set of attribute values.public void remSendsRequest()
public String getSubpackage()
public void setSubpackage(Object value) throws org.dmd.dmc.DmcValueException
value - A value compatible with DmcTypeStringorg.dmd.dmc.DmcValueExceptionpublic void setSubpackage(String value)
value - Stringpublic void remSubpackage()
public String getUseBaseClass()
public void setUseBaseClass(Object value) throws org.dmd.dmc.DmcValueException
value - A value compatible with DmcTypeStringorg.dmd.dmc.DmcValueExceptionpublic void setUseBaseClass(String value)
value - Stringpublic void remUseBaseClass()
public int getUseSchemaSize()
public boolean getUseSchemaIsEmpty()
public boolean getUseSchemaHasValue()
public org.dmd.dms.generated.dmw.SchemaDefinitionIterableDMW getUseSchemaIterable()
public org.dmd.dmc.DmcAttribute<?> addUseSchema(org.dmd.dms.SchemaDefinition value)
value - A value compatible with SchemaDefinitionpublic void delUseSchema(org.dmd.dms.SchemaDefinition value)
value - The SchemaDefinition to be deleted from set of attribute values.public ArrayList<org.dmd.dms.SchemaDefinition> getUseSchemaCopy()
public void remUseSchema()
public int getUsesRunContextItemSize()
public boolean getUsesRunContextItemIsEmpty()
public boolean getUsesRunContextItemHasValue()
public RunContextItemIterableDMW getUsesRunContextItemIterable()
public org.dmd.dmc.DmcAttribute<?> addUsesRunContextItem(RunContextItem value)
value - A value compatible with RunContextItempublic void delUsesRunContextItem(RunContextItem value)
value - The RunContextItem to be deleted from set of attribute values.public TreeSet<RunContextItem> getUsesRunContextItemCopy()
public void remUsesRunContextItem()
Copyright © 2019. All rights reserved.