uci.uml.Behavioral_Elements.Common_Behavior
Class LinkEnd

java.lang.Object
  |
  +--uci.uml.Foundation.Core.ElementImpl
        |
        +--uci.uml.Foundation.Core.ModelElementImpl
              |
              +--uci.uml.Behavioral_Elements.Common_Behavior.LinkEnd

public class LinkEnd
extends ModelElementImpl

See Also:
Serialized Form

Field Summary
 AssociationEnd _associationEnd
           
 Instance _instance
           
 Link _link
           
 Classifier _type
           
 
Fields inherited from class uci.uml.Foundation.Core.ModelElementImpl
_behavior, _collaboration, _constraint, _elementOwnership, _elementReference, _provision, _requirement, _stereotype, _taggedValue, _template, _templateParameter, MAX_STEREOTYPE
 
Fields inherited from class uci.uml.Foundation.Core.ElementImpl
_characteristic, _classification, _highlight, _name, _propertyListeners, _staticListener, _taggedValue, _vetoListeners, elementID
 
Constructor Summary
LinkEnd()
           
LinkEnd(Instance i)
           
LinkEnd(Name name)
           
LinkEnd(String nameStr)
           
 
Method Summary
 AssociationEnd getAssociationEnd()
           
 Instance getInstance()
           
 Link getLink()
           
 Classifier getType()
           
 void setAssociationEnd(AssociationEnd x)
           
 void setInstance(Instance x)
           
 void setLink(Link x)
           
 void setType(Classifier x)
           
 
Methods inherited from class uci.uml.Foundation.Core.ModelElementImpl
addBehavior, addConstraint, addElementReference, addProvision, addRequirement, addStereotype, addTemplateParameter, alsoTrash, containsStereotype, dbgStereotypes, dbgTaggedValues, getBehavior, getConstraint, getElementOwnership, getElementReference, getNamespace, getProvision, getRequirement, getStereotype, getTemplate, getTemplateParameter, getVisibility, isLegalXMI, isNotLegalXMI, prepareForTrash, recoverFromTrash, removeBehavior, removeConstraint, removeElementReference, removeProvision, removeRequirement, removeStereotype, removeTemplateParameter, setBehavior, setConstraint, setElementOwnership, setElementReference, setNamespace, setProvision, setRequirement, setStereotype, setTemplate, setTemplateParameter, setVisibility
 
Methods inherited from class uci.uml.Foundation.Core.ElementImpl
addCharacteristic, addPropertyChangeListener, addTaggedValue, addVetoableChangeListener, dbgString, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChangeNoCritique, firePropertyChangeNoCritique, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChangeNoCompare, getCharacteristic, getClassification, getElementCount, getHighlight, getId, getName, getNamedProperty, getOCLTypeStr, getTaggedValue, getVetoListeners, newElementID, removeCharacteristic, removePropertyChangeListener, removeTaggedValue, removeVetoableChangeListener, setCharacteristic, setClassification, setElementCount, setHighlight, setId, setName, setName, setStaticChangeListener, setTaggedValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_link

public Link _link

_associationEnd

public AssociationEnd _associationEnd

_instance

public Instance _instance

_type

public Classifier _type
Constructor Detail

LinkEnd

public LinkEnd()

LinkEnd

public LinkEnd(Name name)

LinkEnd

public LinkEnd(String nameStr)

LinkEnd

public LinkEnd(Instance i)
Method Detail

getLink

public Link getLink()

setLink

public void setLink(Link x)
             throws PropertyVetoException

getInstance

public Instance getInstance()

setInstance

public void setInstance(Instance x)
                 throws PropertyVetoException

getType

public Classifier getType()

setType

public void setType(Classifier x)
             throws PropertyVetoException

getAssociationEnd

public AssociationEnd getAssociationEnd()

setAssociationEnd

public void setAssociationEnd(AssociationEnd x)
                       throws PropertyVetoException