org.activemath.webapp.extasy.actions
Class AddInteractionElement
java.lang.Object
org.activemath.webapp.extasy.actions.AddInteractionElement
- All Implemented Interfaces:
- Action
public class AddInteractionElement
- extends Object
- implements Action
| Fields inherited from interface org.activemath.webapp.extasy.actions.Action |
ACTION_CLASS_PATH, ACTION_MULTIPART, BLANK, DEFAULT_ACTION, DEFAULT_FORMAT, DEFAULT_LANG, EDITOR, ERROR, EXERCISE_CONTROL, EXERCISE_START_FRAME, FRAMESET, GRAPHIC, INTERACTION, INTERACTION_CONTROL, MAIN, MAPPING, METADATA, NULL, PREVIEW_FRAME, PROBLEMSTATEMENT, RANDOMIZER, REDIRECT, SELECTION, TEXT, TRANSITION, TRANSITION_CONTROL, TRANSITIONS, TYPE_EXERCISE, TYPE_NEW_TRANSITION_TO_EXISTING_STATE, TYPE_NEW_TRANSITION_TO_NEW_STATE, TYPE_PICTURE, UPLOAD_ACTION |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddInteractionElement
public AddInteractionElement()
getKey
public String getKey()
getMultiple
public String getMultiple()
getOmdoc
public String getOmdoc()
getStyle
public String getStyle()
getType
public String getType()
getSubtype
public String getSubtype()
setKey
public void setKey(String key)
setMultiple
public void setMultiple(String multiple)
setOmdoc
public void setOmdoc(String omdoc)
setStyle
public void setStyle(String style)
setSubtype
public void setSubtype(String subtype)
setType
public void setType(String type)
execute
public String execute(ActionResource resource)
- Specified by:
execute in interface Action