org.infolayer.model
Class UmlAssociationEnd

java.lang.Object
  extended byorg.infolayer.model.UmlModelElement
      extended byorg.infolayer.model.Feature
          extended byorg.infolayer.model.UmlProperty
              extended byorg.infolayer.model.UmlAttribute
                  extended byorg.infolayer.model.UmlAssociationEnd
All Implemented Interfaces:
org.ksoap2.serialization.KvmSerializable

public class UmlAssociationEnd
extends UmlAttribute

Functionality shifted to UmlProperty, Only needed for XMI compatibility purposes


Field Summary
 
Fields inherited from class org.infolayer.model.UmlProperty
AGGREGATION_AGGREGATE, AGGREGATION_COMPOSITE, AGGREGATION_NONE
 
Fields inherited from class org.infolayer.model.UmlModelElement
PRIVATE, PROTECTED, PUBLIC
 
Constructor Summary
UmlAssociationEnd()
           
 
Methods inherited from class org.infolayer.model.UmlProperty
add, canQuery, canRead, canWrite, get, getAggregation, getCandidates, getCollection, getMax, getName, getOpposite, getOrdering, getPermission, getProperty, getPropertyCount, getPropertyInfo, getStorageIndex, getTaggedValue, getType, init, isDeferred, isOrdered, isPhysical, isWriteable, remove, set, setProperty
 
Methods inherited from class org.infolayer.model.Feature
checkConstraints, getClassifier, getId, getLabel, toString
 
Methods inherited from class org.infolayer.model.UmlModelElement
getComment, getLabel, getTaggedValue, getVisibility, setName, setTaggedValue, setVisibility, setVisibility
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UmlAssociationEnd

public UmlAssociationEnd()