Interface PragmaType

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
PragmaTypeImpl

public interface PragmaType extends EObject
A representation of the model object 'Pragma Type'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
extendedMetaData="name='pragma_._type' kind='empty'"
  • Method Details

    • getParam

      String getParam()
      Returns the value of the 'Param' attribute.

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

      Returns:
      the value of the 'Param' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      dataType="org.eclipse.emf.ecore.xml.type.String" required="true" extendedMetaData="kind='attribute' name='param' namespace='##targetNamespace'"
    • setParam

      void setParam(String value)
      Sets the value of the 'Param' attribute.
      Parameters:
      value - the new value of the 'Param' attribute.
      See Also:
      Generated class or method.
    • getValue

      String getValue()
      Returns the value of the 'Value' attribute.

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

      Returns:
      the value of the 'Value' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      dataType="org.eclipse.emf.ecore.xml.type.String" required="true" extendedMetaData="kind='attribute' name='value' namespace='##targetNamespace'"
    • setValue

      void setValue(String value)
      Sets the value of the 'Value' attribute.
      Parameters:
      value - the new value of the 'Value' attribute.
      See Also:
      Generated class or method.