org.infolayer.model
Class UmlAttribute

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

public class UmlAttribute
extends UmlProperty


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
UmlAttribute()
           
UmlAttribute(java.lang.String name, UmlDataType type)
           
 
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

UmlAttribute

public UmlAttribute()

UmlAttribute

public UmlAttribute(java.lang.String name,
                    UmlDataType type)