Interface GlobalType

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

    public interface GlobalType
    extends org.eclipse.emf.ecore.EObject
    A representation of the model object 'Global Type'.

    The following features are supported:

    See Also:
    DroolsPackage.getGlobalType()
    Generated code
    Model
    extendedMetaData="name='global_._type' kind='empty'"
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getIdentifier()
      Returns the value of the 'Identifier' attribute.
      String getType()
      Returns the value of the 'Type' attribute.
      void setIdentifier​(String value)
      Sets the value of the 'Identifier' attribute.
      void setType​(String value)
      Sets the value of the 'Type' 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

      • getIdentifier

        String getIdentifier()
        Returns the value of the 'Identifier' attribute.

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

        Returns:
        the value of the 'Identifier' attribute.
        See Also:
        setIdentifier(String), DroolsPackage.getGlobalType_Identifier()
        Generated code
        Model
        dataType="org.eclipse.emf.ecore.xml.type.String" required="true" extendedMetaData="kind='attribute' name='identifier'"
      • setIdentifier

        void setIdentifier​(String value)
        Sets the value of the 'Identifier' attribute.
        Parameters:
        value - the new value of the 'Identifier' attribute.
        See Also:
        getIdentifier()
        Generated code
      • getType

        String getType()
        Returns the value of the 'Type' attribute.

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

        Returns:
        the value of the 'Type' attribute.
        See Also:
        setType(String), DroolsPackage.getGlobalType_Type()
        Generated code
        Model
        dataType="org.eclipse.emf.ecore.xml.type.String" required="true" extendedMetaData="kind='attribute' name='type'"
      • setType

        void setType​(String value)
        Sets the value of the 'Type' attribute.
        Parameters:
        value - the new value of the 'Type' attribute.
        See Also:
        getType()
        Generated code