Uses of Interface
org.decisiondeck.jmcda.persist.xmcda2.generated.XFunction.Points

Packages that use XFunction.Points
org.decisiondeck.jmcda.persist.xmcda2.generated   
org.decisiondeck.jmcda.persist.xmcda2.generated.impl   
 

Uses of XFunction.Points in org.decisiondeck.jmcda.persist.xmcda2.generated
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated that return XFunction.Points
 XFunction.Points XFunction.addNewPoints()
          Appends and returns a new empty "points" element
 XFunction.Points XFunction.getPoints()
          Gets the "points" element
static XFunction.Points XFunction.Points.Factory.newInstance()
           
static XFunction.Points XFunction.Points.Factory.newInstance(XmlOptions options)
           
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated with parameters of type XFunction.Points
 void XFunction.setPoints(XFunction.Points points)
          Sets the "points" element
 

Uses of XFunction.Points in org.decisiondeck.jmcda.persist.xmcda2.generated.impl
 

Classes in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that implement XFunction.Points
static class XFunctionImpl.PointsImpl
          An XML points(@).
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that return XFunction.Points
 XFunction.Points XFunctionImpl.addNewPoints()
          Appends and returns a new empty "points" element
 XFunction.Points XFunctionImpl.getPoints()
          Gets the "points" element
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl with parameters of type XFunction.Points
 void XFunctionImpl.setPoints(XFunction.Points points)
          Sets the "points" element
 



Copyright © 2011. All Rights Reserved.