|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Constraint
interface,
instead.
@Deprecated public interface Constraint
Field Summary | |
---|---|
static String |
BODY
Deprecated. Stereotype applied to operation body conditions. |
static String |
copyright
Deprecated. |
static String |
DEFINITION
Deprecated. Stereotype applied definition expressions. |
static String |
DERIVATION
Deprecated. Stereotype applied derived value expressions. |
static String |
INITIAL
Deprecated. Stereotype applied initial value expressions. |
static String |
INVARIANT
Deprecated. Stereotype applied to classifier invariant constraints. |
static String |
POSTCONDITION
Deprecated. Stereotype applied to operation postcondition constraints. |
static String |
PRECONDITION
Deprecated. Stereotype applied to operation precondition constraints. |
Method Summary | |
---|---|
OCLExpression |
getBody()
Deprecated. |
EList |
getConstrainedElement()
Deprecated. |
String |
getInstanceVarName()
Deprecated. |
String |
getStereotype()
Deprecated. Returns the value of the 'Stereotype' attribute |
void |
setBody(OCLExpression value)
Deprecated. Sets the value of the ' Body ' containment reference |
void |
setInstanceVarName(String instanceVarName)
Deprecated. |
void |
setStereotype(String value)
Deprecated. Sets the value of the ' Stereotype ' attribute |
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement |
---|
getName, setName |
Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
---|
getEAnnotation, getEAnnotations |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, 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.emf.ocl.utilities.Visitable |
---|
accept |
Field Detail |
---|
static final String copyright
static final String INVARIANT
getStereotype()
,
Constant Field Valuesstatic final String PRECONDITION
getStereotype()
,
Constant Field Valuesstatic final String POSTCONDITION
getStereotype()
,
Constant Field Valuesstatic final String BODY
getStereotype()
,
Constant Field Valuesstatic final String DEFINITION
getStereotype()
,
Constant Field Valuesstatic final String INITIAL
getStereotype()
,
Constant Field Valuesstatic final String DERIVATION
getStereotype()
,
Constant Field ValuesMethod Detail |
---|
String getInstanceVarName()
void setInstanceVarName(String instanceVarName)
EList getConstrainedElement()
String getStereotype()
If the meaning of the 'Stereotype' attribute isn't clear, there really should be more of a description here...
setStereotype(String)
,
UMLPackage.getConstraint_Stereotype()
void setStereotype(String value)
Stereotype
' attribute.
value
- the new value of the 'Stereotype' attribute.getStereotype()
OCLExpression getBody()
void setBody(OCLExpression value)
Body
' containment reference.
value
- the new value of the 'Body' containment reference.getBody()
|
Copyright 2002, 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |