public interface Action extends IChartObject
The following features are supported:
DataPackage.getAction()
Modifier and Type | Method and Description |
---|---|
Action |
copyInstance() |
ActionType |
getType()
Returns the value of the 'Type' attribute.
|
ActionValue |
getValue()
Returns the value of the 'Value' containment reference.
|
boolean |
isSetType()
Returns whether the value of the '
Type ' attribute is set. |
void |
setType(ActionType value)
Sets the value of the '
Type ' attribute. |
void |
setValue(ActionValue value)
Sets the value of the '
Value ' containment reference. |
void |
unsetType()
Unsets the value of the '
Type ' attribute. |
ActionType getType()
"URL_Redirect"
.
The literals are from the enumeration ActionType
.
Specifies the type of Action. This value determines the way the Action Value is processed.
ActionType
,
isSetType()
,
unsetType()
,
setType(ActionType)
,
DataPackage.getAction_Type()
void setType(ActionType value)
Type
' attribute. value
- the new value of the 'Type' attribute.ActionType
,
isSetType()
,
unsetType()
,
getType()
void unsetType()
Type
' attribute.
isSetType()
,
getType()
,
setType(ActionType)
boolean isSetType()
Type
' attribute is set.
unsetType()
,
getType()
,
setType(ActionType)
ActionValue getValue()
setValue(ActionValue)
,
DataPackage.getAction_Value()
void setValue(ActionValue value)
Value
' containment reference.
value
- the new value of the 'Value' containment reference.getValue()
Action copyInstance()
copyInstance
in interface IChartObject
Copyright © 2005-2008 Actuate Corp. All rights reserved.