javax.jmi.model
Interface Constraint

All Superinterfaces:
ModelElement, RefBaseObject, RefFeatured, RefObject

public interface Constraint
extends ModelElement


Field Summary
 
Fields inherited from interface javax.jmi.model.ModelElement
ALLDEP, CONSTRAINEDELEMENTSDEP, CONSTRAINTDEP, CONTAINERDEP, CONTENTSDEP, IMPORTDEP, INDIRECTDEP, REFERENCEDENDSDEP, SIGNATUREDEP, SPECIALIZATIONDEP, TAGGEDELEMENTSDEP, TYPEDEFINITIONDEP
 
Method Summary
 Collection getConstrainedElements()
           
 EvaluationKind getEvaluationPolicy()
           
 String getExpression()
           
 String getLanguage()
           
 void setEvaluationPolicy(EvaluationKind newValue)
           
 void setExpression(String newValue)
           
 void setLanguage(String newValue)
           
 
Methods inherited from interface javax.jmi.model.ModelElement
findRequiredElements, getAnnotation, getConstraints, getContainer, getName, getQualifiedName, getRequiredElements, isFrozen, isRequiredBecause, isVisible, setAnnotation, setContainer, setName
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Method Detail

getExpression

String getExpression()

setExpression

void setExpression(String newValue)

getLanguage

String getLanguage()

setLanguage

void setLanguage(String newValue)

getEvaluationPolicy

EvaluationKind getEvaluationPolicy()

setEvaluationPolicy

void setEvaluationPolicy(EvaluationKind newValue)

getConstrainedElements

Collection getConstrainedElements()


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