|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metamatrix.common.actions.ActionDefinition
com.metamatrix.common.actions.TargetedActionDefinition
com.metamatrix.common.actions.AddObject
public class AddObject
This action definition specifies that an object is to be added to the target.
Constructor Summary | |
---|---|
AddObject(java.lang.Object target,
AttributeDefinition attribute,
java.lang.Object object)
|
Method Summary | |
---|---|
java.lang.Object |
clone()
Return a deep cloned instance of this object. |
java.lang.String |
getActionDescription()
Get the description (i.e., verb) for this type of action. |
ActionDefinition |
getUndoActionDefinition()
Obtain the definition of the action that undoes this action definition. |
java.lang.String |
toString()
Returns a string representing the current state of the object. |
Methods inherited from class com.metamatrix.common.actions.ActionDefinition |
---|
getArguments, getAttributeCode, getAttributeDescription, getCreationTime, getCreationTimeMillis, getTarget, hasArguments, hasAttributeCode, hasTarget |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AddObject(java.lang.Object target, AttributeDefinition attribute, java.lang.Object object)
Method Detail |
---|
public java.lang.String getActionDescription()
ActionDefinition
getActionDescription
in class ActionDefinition
public java.lang.String toString()
toString
in class ActionDefinition
public java.lang.Object clone()
clone
in class ActionDefinition
public ActionDefinition getUndoActionDefinition()
getUndoActionDefinition
in class ActionDefinition
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |