public abstract class ActionTriggerInfoDMW extends DmwWrapper
\n This mechanism is a replacement for the concept that ActionRequests were\n EXTENSIBLE objects. This way, the user can ask an object for the \n ActionTriggerInfo (ATI) for a particular action and have a well defined\n interface to specify the parameters for the action.
core| Modifier | Constructor and Description |
|---|---|
protected |
ActionTriggerInfoDMW() |
protected |
ActionTriggerInfoDMW(DmcObject obj) |
protected |
ActionTriggerInfoDMW(DmcObject obj,
ClassDefinition cd) |
| Modifier and Type | Method and Description |
|---|---|
ActionTriggerInfoDMO |
getDMO() |
DefinitionName |
getName()
The name attribute is used to store a single string token that represents
a unique name\n for an object with the set of definitions of which it is a
part.
|
void |
setDmcObject(DmcObject obj)
Sets the core object.
|
void |
setName(Object value)
Sets name to the specified value.
|
addAux, applyModifier, equals, getBackRefs, getConstructionClass, getConstructionClassInfo, getConstructionClassName, getDmcObject, getObjectClass, getReferringObjects, getReferringObjectsViaAttribute, hasAux, isReferenced, referenceCount, removeAux, resolveReferences, resolveReferences, serializeIt, toJSON, toOIF, toOIF, toPersistentOIF, toString, youAreDeletedgetDeleted, getModifier, setDeleted, setModifierprotected ActionTriggerInfoDMW()
protected ActionTriggerInfoDMW(DmcObject obj)
protected ActionTriggerInfoDMW(DmcObject obj, ClassDefinition cd)
public void setDmcObject(DmcObject obj)
DmcContainersetDmcObject in interface DmcContainerIFsetDmcObject in class DmwWrapperobj - The core object.public ActionTriggerInfoDMO getDMO()
public DefinitionName getName()
public void setName(Object value) throws DmcValueException
value - A value compatible with DmcTypeDefinitionNameSVDmcValueException - if the value is incorrectCopyright © 2023. All rights reserved.