org.infolayer.model
Class UmlMultiplicity

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

public class UmlMultiplicity
extends SimpleElement


Field Summary
static int UNKNOWN
           
static int UNLIMITED
           
 
Constructor Summary
UmlMultiplicity()
           
 
Method Summary
 java.lang.Object getProperty(int index)
           
 int getPropertyCount()
           
 void getPropertyInfo(int index, java.util.Hashtable properties, org.ksoap2.serialization.PropertyInfo info)
           
 UmlMultiplicityRange getRange()
           
 void setProperty(int index, java.lang.Object value)
           
 
Methods inherited from class org.infolayer.model.SimpleElement
toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

UNLIMITED

public static final int UNLIMITED
See Also:
Constant Field Values

UNKNOWN

public static final int UNKNOWN
See Also:
Constant Field Values
Constructor Detail

UmlMultiplicity

public UmlMultiplicity()
Method Detail

getPropertyCount

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

getProperty

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

setProperty

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

getPropertyInfo

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

getRange

public UmlMultiplicityRange getRange()