|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OpaqueExpression
A representation of the model object 'Opaque Expression'.
PivotPackage.getOpaqueExpression()
Method Summary | |
---|---|
java.util.List<java.lang.String> |
getBody()
Returns the value of the 'Body' attribute list. |
ExpressionInOCL |
getExpressionInOCL()
Returns the value of the 'Expression In OCL' containment reference. |
java.util.List<java.lang.String> |
getLanguage()
Returns the value of the 'Language' attribute list. |
ExpressionInOCL |
getValidExpressionInOCL()
|
void |
setExpressionInOCL(ExpressionInOCL value)
Sets the value of the ' Expression In OCL ' containment reference. |
Methods inherited from interface org.eclipse.ocl.examples.pivot.ValueSpecification |
---|
booleanValue, integerValue, isComputable, isNull, stringValue, unlimitedValue |
Methods inherited from interface org.eclipse.ocl.examples.pivot.TypedElement |
---|
getType, isRequired, setIsRequired, setType |
Methods inherited from interface org.eclipse.ocl.examples.pivot.NamedElement |
---|
getName, isStatic, setIsStatic, setName |
Methods inherited from interface org.eclipse.ocl.examples.pivot.Element |
---|
allOwnedElements, getETarget, getExtension, getOwnedAnnotation, getOwnedComment, getValue |
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 |
Methods inherited from interface org.eclipse.ocl.examples.pivot.util.Visitable |
---|
accept, eClass |
Methods inherited from interface org.eclipse.ocl.examples.domain.elements.DomainTypedElement |
---|
getTypeId |
Methods inherited from interface org.eclipse.ocl.examples.pivot.ParameterableElement |
---|
getOwningTemplateParameter, getTemplateParameter, isCompatibleWith, isTemplateParameter, setOwningTemplateParameter, setTemplateParameter |
Method Detail |
---|
java.util.List<java.lang.String> getBody()
String
.
The text of the expression, possibly in multiple languages.
PivotPackage.getOpaqueExpression_Body()
@Nullable ExpressionInOCL getExpressionInOCL()
If the meaning of the 'Expression In OCL' reference isn't clear, there really should be more of a description here...
setExpressionInOCL(ExpressionInOCL)
,
PivotPackage.getOpaqueExpression_ExpressionInOCL()
void setExpressionInOCL(ExpressionInOCL value)
Expression In OCL
' containment reference.
value
- the new value of the 'Expression In OCL' containment reference.getExpressionInOCL()
java.util.List<java.lang.String> getLanguage()
String
.
Specifies the languages in which the expression is stated. The interpretation of the expression body depends on the languages. If the languages are unspecified, they might be implicit from the expression body or the context. Languages are matched to body strings by order.
PivotPackage.getOpaqueExpression_Language()
@NonNull ExpressionInOCL getValidExpressionInOCL() throws ParserException
ParserException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |