Uses of Class
core.SupportedElement

Packages that use SupportedElement
collections   
 

Uses of SupportedElement in collections
 

Methods in collections that return SupportedElement
 SupportedElement[] SupportedElementList.getSupportedElement()
          Gets the supportedElement value for this SupportedElementList.
 SupportedElement SupportedElementList.getSupportedElement(int i)
           
 

Methods in collections with parameters of type SupportedElement
 void SupportedElementList.setSupportedElement(int i, SupportedElement _value)
           
 void SupportedElementList.setSupportedElement(SupportedElement[] supportedElement)
          Sets the supportedElement value for this SupportedElementList.
 

Constructors in collections with parameters of type SupportedElement
SupportedElementList(SupportedElement[] supportedElement)