uk.ac.ucl.cs.emofocl.jmi.emof
Interface MultiplicityElement
- All Superinterfaces:
- Element, ExtObject, MOFObject, NamedElement, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject, TypedElement
- All Known Subinterfaces:
- Operation, Parameter, Property
- All Known Implementing Classes:
- MultiplicityElement_Impl, Operation_Impl, Parameter_Impl, Property_Impl
public interface MultiplicityElement
- extends TypedElement
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 |
getIsOrdered
boolean getIsOrdered()
throws javax.jmi.reflect.JmiException
- Throws:
javax.jmi.reflect.JmiException
setIsOrdered
void setIsOrdered(boolean isOrdered)
throws javax.jmi.reflect.JmiException
- Throws:
javax.jmi.reflect.JmiException
getIsUnique
boolean getIsUnique()
throws javax.jmi.reflect.JmiException
- Throws:
javax.jmi.reflect.JmiException
setIsUnique
void setIsUnique(boolean isUnique)
throws javax.jmi.reflect.JmiException
- Throws:
javax.jmi.reflect.JmiException
getUpper
int getUpper()
throws javax.jmi.reflect.JmiException
- Throws:
javax.jmi.reflect.JmiException
setUpper
void setUpper(int upper)
throws javax.jmi.reflect.JmiException
- Throws:
javax.jmi.reflect.JmiException
getLower
int getLower()
throws javax.jmi.reflect.JmiException
- Throws:
javax.jmi.reflect.JmiException
setLower
void setLower(int lower)
throws javax.jmi.reflect.JmiException
- Throws:
javax.jmi.reflect.JmiException