Interface VAction

  • All Superinterfaces:
    org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
    All Known Implementing Classes:
    VActionImpl

    public interface VAction
    extends org.eclipse.emf.ecore.EObject
    A representation of the model object 'Action'.

    The following features are supported:

    See Also:
    VCategorizationPackage.getAction()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getBundle()
      Returns the value of the 'Bundle' attribute.
      java.lang.String getClassName()
      Returns the value of the 'Class Name' attribute.
      void setBundle​(java.lang.String value)
      Sets the value of the 'Bundle' attribute.
      void setClassName​(java.lang.String value)
      Sets the value of the 'Class Name' 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

      • getBundle

        java.lang.String getBundle()
        Returns the value of the 'Bundle' attribute.

        If the meaning of the 'Bundle' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Bundle' attribute.
        See Also:
        setBundle(String), VCategorizationPackage.getAction_Bundle()
      • setBundle

        void setBundle​(java.lang.String value)
        Sets the value of the 'Bundle' attribute.
        Parameters:
        value - the new value of the 'Bundle' attribute.
        See Also:
        getBundle()
      • getClassName

        java.lang.String getClassName()
        Returns the value of the 'Class Name' attribute.

        If the meaning of the 'Class Name' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Class Name' attribute.
        See Also:
        setClassName(String), VCategorizationPackage.getAction_ClassName()
      • setClassName

        void setClassName​(java.lang.String value)
        Sets the value of the 'Class Name' attribute.
        Parameters:
        value - the new value of the 'Class Name' attribute.
        See Also:
        getClassName()