uk.ac.ucl.cs.uml.jmi.BehavioralElements.Actions.ReadWriteActions
Interface QualifierValue
- All Superinterfaces:
- ExtObject, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject
- All Known Implementing Classes:
- QualifierValue_Impl
public interface QualifierValue
- extends ExtObject
QualifierValue is not an action. It is part of the metamodel
that identifies links. It gives a single qualifier within a link
end data specification. See LinkEndData.
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 |
getQualifier
Attribute getQualifier()
throws javax.jmi.reflect.JmiException
- Throws:
javax.jmi.reflect.JmiException
setQualifier
void setQualifier(Attribute qualifier)
throws javax.jmi.reflect.JmiException
- Setter for atomic property qualifier)
- Throws:
javax.jmi.reflect.JmiException
getValue
InputPin getValue()
throws javax.jmi.reflect.JmiException
- Throws:
javax.jmi.reflect.JmiException
setValue
void setValue(InputPin value)
throws javax.jmi.reflect.JmiException
- Setter for atomic property value)
- Throws:
javax.jmi.reflect.JmiException