public interface EClassifierConstraint extends Constraint
The following features are supported:
Modifier and Type | Method and Description |
---|---|
EntityType |
getType()
Returns the value of the 'Type' containment reference.
|
VariableReference |
getVar()
Returns the value of the 'Var' containment reference.
|
void |
setType(EntityType value)
Sets the value of the '
Type ' containment reference. |
void |
setVar(VariableReference value)
Sets the value of the '
Var ' containment reference. |
EntityType getType()
If the meaning of the 'Type' containment reference isn't clear, there really should be more of a description here...
setType(EntityType)
,
EMFPatternLanguagePackage.getEClassifierConstraint_Type()
void setType(EntityType value)
Type
' containment reference.
value
- the new value of the 'Type' containment reference.getType()
VariableReference getVar()
If the meaning of the 'Var' containment reference isn't clear, there really should be more of a description here...
setVar(VariableReference)
,
EMFPatternLanguagePackage.getEClassifierConstraint_Var()
void setVar(VariableReference value)
Var
' containment reference.
value
- the new value of the 'Var' containment reference.getVar()