public abstract class LanguageExpressionImpl extends ValueSpecificationImpl implements LanguageExpression
The following features are implemented:
| Modifier and Type | Method and Description |
|---|---|
NotificationChain |
basicSetOwningConstraint(Constraint newOwningConstraint,
NotificationChain msgs) |
NotificationChain |
eBasicRemoveFromContainerFeature(NotificationChain msgs) |
Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
Object newValue) |
void |
eUnset(int featureID) |
String |
getBody() |
String |
getLanguage() |
Constraint |
getOwningConstraint() |
void |
setBody(String newBody) |
void |
setOwningConstraint(Constraint newOwningConstraint) |
String |
toString() |
accept, booleanValue, eInvoke, integerValue, isComputable, isNull, stringValue, unlimitedValuebasicGetType, CompatibleBody, getType, getTypeId, isIsMany, isIsRequired, setIsRequired, setTypegetName, setNameallOwnedElements, getAnnotatingComments, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValuegetESObject, getETarget, getImage, getTarget, getText, setESObject, setTarget, unloadedequals, getClass, hashCode, notify, notifyAll, wait, wait, waitbooleanValue, integerValue, isComputable, isNull, stringValue, unlimitedValueCompatibleBody, getType, getTypeId, isIsMany, isIsRequired, setIsRequired, setTypegetName, setNameaccept, allOwnedElements, getAnnotatingComments, getESObject, getETarget, getOwnedAnnotations, getOwnedComments, getOwnedExtensions, getValuepublic String getBody()
getBody in interface LanguageExpressionLanguageExpression.setBody(String),
PivotPackage.getLanguageExpression_Body()public void setBody(String newBody)
setBody in interface LanguageExpressionnewBody - the new value of the 'Body' attribute.LanguageExpression.getBody()public String getLanguage()
getLanguage in interface LanguageExpressionPivotPackage.getLanguageExpression_Language()public Constraint getOwningConstraint()
getOwningConstraint in interface LanguageExpressionLanguageExpression.setOwningConstraint(Constraint),
PivotPackage.getLanguageExpression_OwningConstraint(),
Constraint.getOwnedSpecification()public NotificationChain basicSetOwningConstraint(Constraint newOwningConstraint, NotificationChain msgs)
public void setOwningConstraint(Constraint newOwningConstraint)
setOwningConstraint in interface LanguageExpressionnewOwningConstraint - the new value of the 'Owning Constraint' container reference.LanguageExpression.getOwningConstraint()public NotificationChain eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
eInverseAdd in class ElementImplpublic NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
eInverseRemove in class ElementImplpublic NotificationChain eBasicRemoveFromContainerFeature(NotificationChain msgs)
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet in class TypedElementImplpublic void eSet(int featureID,
Object newValue)
eSet in class TypedElementImplpublic void eUnset(int featureID)
eUnset in class TypedElementImplpublic boolean eIsSet(int featureID)
eIsSet in class TypedElementImplpublic String toString()
toString in class TypedElementImplCopyright © 2005, 2018 IBM Corporation and others. All Rights Reserved.