HEADER

biouml.plugins.sbw
Class SbwService

ru.biosoft.access.DataElementSupport
  |
  +--ru.biosoft.access.AbstractDataCollection
        |
        +--ru.biosoft.access.VectorDataCollection
              |
              +--biouml.plugins.sbw.SbwService

public class SbwService
extends VectorDataCollection


Fields inherited from class ru.biosoft.access.VectorDataCollection
INITIAL_SIZE

Constructor Summary
SbwService(SbwServiceCategory parent, ServiceDescriptor descriptor)
           
SbwService(SbwModule parent, ServiceDescriptor descriptor)
           

Method Summary
 DataElementgetAt(int index)
           
 ClassgetDataElementType()
           
 ListgetNameList()
           
 ServicegetService()
           
 ServiceDescriptorgetServiceDescriptor()
           
 intgetSize()
           
 booleanisMutable()
           
 Iteratoriterator()
           

Methods inherited from class ru.biosoft.access.VectorDataCollection
close, put, toArray

Methods inherited from class ru.biosoft.access.AbstractDataCollection
addDataCollectionListener, contains, contains, get, getCompleteName, getDescription, getInfo, isNotificationEnabled, isPropagationEnabled, propagateElementChanged, propagateElementWillChange, release, remove, removeDataCollectionListener, setNotificationEnabled, setPropagationEnabled, toString

Methods inherited from class ru.biosoft.access.DataElementSupport
getName, getOrigin, registerConstructorWithBadEqual

Constructor Detail

SbwService

public SbwService(SbwServiceCategory parent, ServiceDescriptor descriptor)

SbwService

public SbwService(SbwModule parent, ServiceDescriptor descriptor)
throws java.lang.Exception
Method Detail

getAt

public DataElement getAt(int index)

getDataElementType

public Class getDataElementType()

getNameList

public List getNameList()

getService

public Service getService()
throws java.lang.Exception

getServiceDescriptor

public ServiceDescriptor getServiceDescriptor()

getSize

public int getSize()

isMutable

public boolean isMutable()

iterator

public Iterator iterator()

FOOTER

BOTTOM