org.omg.model1.cci2
Interface Constraint

All Superinterfaces:
BasicObject, ContextCapable, Element, ExtentCapable, ViewCapable
All Known Subinterfaces:
Constraint
All Known Implementing Classes:
Constraint

public interface Constraint
extends Element

Class Constraint


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.omg.model1.cci2.Element
Element.Identity
 
Method Summary
 String getEvaluationPolicy()
          Retrieves the value for the attribute evaluationPolicy.
 String getExpression()
          Retrieves the value for the attribute expression.
 String getLanguage()
          Retrieves the value for the attribute language.
 void setEvaluationPolicy(String evaluationPolicy)
          Sets a new value for the attribute evaluationPolicy.
 void setExpression(String expression)
          Sets a new value for the attribute expression.
 void setLanguage(String language)
          Sets a new value for the attribute language.
 
Methods inherited from interface org.omg.model1.cci2.Element
getAnnotation, getContainer, getName, getQualifiedName, getSegment, getStereotype, setAnnotation, setContainer, setStereotype
 
Methods inherited from interface org.openmdx.base.cci2.BasicObject
getCreatedAt, getCreatedBy, getModifiedAt, getModifiedBy
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapable
getIdentity
 
Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable
getView, getView
 

Method Detail

getEvaluationPolicy

String getEvaluationPolicy()
Retrieves the value for the attribute evaluationPolicy.

Returns:
The non-null value for attribute evaluationPolicy.

setEvaluationPolicy

void setEvaluationPolicy(String evaluationPolicy)
Sets a new value for the attribute evaluationPolicy.

Parameters:
evaluationPolicy - The non-null new value for attribute evaluationPolicy.

getExpression

String getExpression()
Retrieves the value for the attribute expression.

Returns:
The non-null value for attribute expression.

setExpression

void setExpression(String expression)
Sets a new value for the attribute expression.

Parameters:
expression - The non-null new value for attribute expression.

getLanguage

String getLanguage()
Retrieves the value for the attribute language.

Returns:
The non-null value for attribute language.

setLanguage

void setLanguage(String language)
Sets a new value for the attribute language.

Parameters:
language - The non-null new value for attribute language.


This software is published under the BSD license. Copyright © 2003-2008, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.