Interface MetaDataType

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

    public interface MetaDataType
    extends org.eclipse.emf.ecore.EObject
    A representation of the model object 'Meta Data Type'.

    The following features are supported:

    See Also:
    DroolsPackage.getMetaDataType()
    Generated code
    Model
    extendedMetaData="name='metaData_._type' kind='elementOnly'"
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getMetaValue()
      Returns the value of the 'Meta Value' attribute.
      String getName()
      Returns the value of the 'Name' attribute.
      void setMetaValue​(String value)
      Sets the value of the 'Meta Value' attribute.
      void setName​(String value)
      Sets the value of the '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

      • getMetaValue

        String getMetaValue()
        Returns the value of the 'Meta Value' attribute.

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

        Returns:
        the value of the 'Meta Value' attribute.
        See Also:
        setMetaValue(String), DroolsPackage.getMetaDataType_MetaValue()
        Generated code
        Model
        dataType="org.eclipse.emf.ecore.xml.type.String" required="true" extendedMetaData="kind='element' name='metaValue' namespace='##targetNamespace'"
      • setMetaValue

        void setMetaValue​(String value)
        Sets the value of the 'Meta Value' attribute.
        Parameters:
        value - the new value of the 'Meta Value' attribute.
        See Also:
        getMetaValue()
        Generated code
      • getName

        String getName()
        Returns the value of the 'Name' attribute.

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

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

        void setName​(String value)
        Sets the value of the 'Name' attribute.
        Parameters:
        value - the new value of the 'Name' attribute.
        See Also:
        getName()
        Generated code