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.


Method Summary
 Attribute getQualifier()
           
 InputPin getValue()
           
 void setQualifier(Attribute qualifier)
          Setter for atomic property qualifier)
 void setValue(InputPin value)
          Setter for atomic property value)
 
Methods inherited from interface uk.ac.ucl.cs.emofocl.jmi.reflect.extended.ExtObject
extAddObjectListener, extDeepCopy, extDeepCopy, extEquals, extRemoveObjectListener, extValueHash, extVisit
 
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

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