public interface VAction
extends org.eclipse.emf.ecore.EObject
The following features are supported:
VCategorizationPackage.getAction()
Modifier and Type | Method and Description |
---|---|
String |
getBundle()
Returns the value of the 'Bundle' attribute.
|
String |
getClassName()
Returns the value of the 'Class Name' attribute.
|
void |
setBundle(String value)
Sets the value of the '
Bundle ' attribute. |
void |
setClassName(String value)
Sets the value of the '
Class
Name ' attribute. |
String getBundle()
If the meaning of the 'Bundle' attribute isn't clear, there really should be more of a description here...
setBundle(String)
,
VCategorizationPackage.getAction_Bundle()
void setBundle(String value)
Bundle
' attribute.
value
- the new value of the 'Bundle' attribute.getBundle()
String getClassName()
If the meaning of the 'Class Name' attribute isn't clear, there really should be more of a description here...
setClassName(String)
,
VCategorizationPackage.getAction_ClassName()
void setClassName(String value)
Class
Name
' attribute.
value
- the new value of the 'Class Name' attribute.getClassName()
Copyright © 2019. All rights reserved.