org.infolayer.model
Class UmlAssociation

java.lang.Object
  extended byorg.infolayer.model.UmlModelElement
      extended byorg.infolayer.model.UmlAssociation
All Implemented Interfaces:
org.ksoap2.serialization.KvmSerializable

public class UmlAssociation
extends UmlModelElement
implements org.ksoap2.serialization.KvmSerializable


Field Summary
 java.util.Vector connection
           
 
Fields inherited from class org.infolayer.model.UmlModelElement
PRIVATE, PROTECTED, PUBLIC
 
Constructor Summary
UmlAssociation()
           
 
Method Summary
 UmlAssociationEnd getConnection(int index)
           
 java.lang.Object getProperty(int index)
           
 int getPropertyCount()
           
 void getPropertyInfo(int index, java.util.Hashtable props, org.ksoap2.serialization.PropertyInfo info)
           
 void init()
          noop; implemented for AssiociationEnd, Classifier and Package
 void setProperty(int index, java.lang.Object value)
           
 java.lang.String toString()
           
 
Methods inherited from class org.infolayer.model.UmlModelElement
getComment, getLabel, getName, getTaggedValue, getTaggedValue, getVisibility, setName, setTaggedValue, setVisibility, setVisibility
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

connection

public java.util.Vector connection
Constructor Detail

UmlAssociation

public UmlAssociation()
Method Detail

getProperty

public java.lang.Object getProperty(int index)
Specified by:
getProperty in interface org.ksoap2.serialization.KvmSerializable
Overrides:
getProperty in class UmlModelElement
See Also:
org.ksoap2.marshal.KvmSerializable#getProperty(int)

getConnection

public UmlAssociationEnd getConnection(int index)

getPropertyCount

public int getPropertyCount()
Specified by:
getPropertyCount in interface org.ksoap2.serialization.KvmSerializable
Overrides:
getPropertyCount in class UmlModelElement
See Also:
org.ksoap2.marshal.KvmSerializable#getPropertyCount()

getPropertyInfo

public void getPropertyInfo(int index,
                            java.util.Hashtable props,
                            org.ksoap2.serialization.PropertyInfo info)
Specified by:
getPropertyInfo in interface org.ksoap2.serialization.KvmSerializable
Overrides:
getPropertyInfo in class UmlModelElement
See Also:
org.ksoap2.marshal.KvmSerializable#getPropertyInfo(int, PropertyInfo)

setProperty

public void setProperty(int index,
                        java.lang.Object value)
Specified by:
setProperty in interface org.ksoap2.serialization.KvmSerializable
Overrides:
setProperty in class UmlModelElement
See Also:
org.ksoap2.marshal.KvmSerializable#setProperty(int, Object)

init

public void init()
Description copied from class: UmlModelElement
noop; implemented for AssiociationEnd, Classifier and Package

Overrides:
init in class UmlModelElement

toString

public java.lang.String toString()
Overrides:
toString in class UmlModelElement