|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Animation
A representation of the model object 'RunnableAnimation'.
The following features are supported:
MappingPackage.getAnimation()
abstract | = | true |
Method Summary | |
---|---|
void |
apply(Object jsonObject,
String svgElementID)
|
String |
getAccessID()
Returns the value of the 'Access ID' attribute. |
String |
getInput()
Returns the value of the 'Input' attribute. |
String |
getKey()
Returns the value of the 'Key' attribute. |
void |
initialize(String svgElementID)
|
boolean |
isClonedElement(String svgElementID)
|
void |
setAccessID(String value)
Sets the value of the ' Access ID ' attribute. |
void |
setInput(String value)
Sets the value of the ' Input ' attribute. |
void |
setKey(String value)
Sets the value of the ' Key ' attribute. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
String getInput()
If the meaning of the 'Input' attribute isn't clear, there really should be more of a description here...
setInput(String)
,
MappingPackage.getAnimation_Input()
required | = | true |
void setInput(String value)
Input
' attribute.
value
- the new value of the 'Input' attribute.getInput()
String getAccessID()
""
.
If the meaning of the 'Access ID' attribute isn't clear, there really should be more of a description here...
setAccessID(String)
,
MappingPackage.getAnimation_AccessID()
default | = |
void setAccessID(String value)
Access ID
' attribute.
value
- the new value of the 'Access ID' attribute.getAccessID()
String getKey()
""
.
If the meaning of the 'Key' attribute isn't clear, there really should be more of a description here...
setKey(String)
,
MappingPackage.getAnimation_Key()
default | = |
void setKey(String value)
Key
' attribute.
value
- the new value of the 'Key' attribute.getKey()
void apply(Object jsonObject, String svgElementID)
void initialize(String svgElementID)
boolean isClonedElement(String svgElementID)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |