Interface StaticContextRule

All Superinterfaces:
EObject, Notifier
All Known Subinterfaces:
HelperOCLDefinition, StaticSelectionRule
All Known Implementing Classes:
HelperOCLDefinitionImpl, StaticContextRuleImpl, StaticSelectionRuleImpl

public interface StaticContextRule extends EObject
A representation of the model object 'Static Context Rule '.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
abstract="true"
  • Method Details

    • getContextClass

      EClass getContextClass()
      Returns the value of the 'Context Class' reference.

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

      Returns:
      the value of the 'Context Class' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      ordered="false"
    • setContextClass

      void setContextClass(EClass value)
      Sets the value of the 'Context Class' reference.
      Parameters:
      value - the new value of the 'Context Class' reference.
      See Also:
      Generated class or method.