Uses of Interface
org.decisiondeck.jmcda.persist.xmcda2.generated.XAttributesSet.Element

Packages that use XAttributesSet.Element
org.decisiondeck.jmcda.persist.xmcda2.generated   
org.decisiondeck.jmcda.persist.xmcda2.generated.impl   
 

Uses of XAttributesSet.Element in org.decisiondeck.jmcda.persist.xmcda2.generated
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated that return XAttributesSet.Element
 XAttributesSet.Element XAttributesSet.addNewElement()
          Appends and returns a new empty value (as xml) as the last "element" element
 XAttributesSet.Element[] XAttributesSet.getElementArray()
          Deprecated.  
 XAttributesSet.Element XAttributesSet.getElementArray(int i)
          Gets ith "element" element
 XAttributesSet.Element XAttributesSet.insertNewElement(int i)
          Inserts and returns a new empty value (as xml) as the ith "element" element
static XAttributesSet.Element XAttributesSet.Element.Factory.newInstance()
           
static XAttributesSet.Element XAttributesSet.Element.Factory.newInstance(XmlOptions options)
           
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated that return types with arguments of type XAttributesSet.Element
 List<XAttributesSet.Element> XAttributesSet.getElementList()
          Gets a List of "element" elements
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated with parameters of type XAttributesSet.Element
 void XAttributesSet.setElementArray(int i, XAttributesSet.Element element)
          Sets ith "element" element
 void XAttributesSet.setElementArray(XAttributesSet.Element[] elementArray)
          Sets array of all "element" element
 

Uses of XAttributesSet.Element in org.decisiondeck.jmcda.persist.xmcda2.generated.impl
 

Classes in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that implement XAttributesSet.Element
static class XAttributesSetImpl.ElementImpl
          An XML element(@).
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that return XAttributesSet.Element
 XAttributesSet.Element XAttributesSetImpl.addNewElement()
          Appends and returns a new empty value (as xml) as the last "element" element
 XAttributesSet.Element[] XAttributesSetImpl.getElementArray()
          Deprecated.  
 XAttributesSet.Element XAttributesSetImpl.getElementArray(int i)
          Gets ith "element" element
 XAttributesSet.Element XAttributesSetImpl.insertNewElement(int i)
          Inserts and returns a new empty value (as xml) as the ith "element" element
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that return types with arguments of type XAttributesSet.Element
 List<XAttributesSet.Element> XAttributesSetImpl.getElementList()
          Gets a List of "element" elements
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl with parameters of type XAttributesSet.Element
 void XAttributesSetImpl.setElementArray(int i, XAttributesSet.Element element)
          Sets ith "element" element
 void XAttributesSetImpl.setElementArray(XAttributesSet.Element[] elementArray)
          Sets array of all "element" element
 



Copyright © 2011. All Rights Reserved.