Uses of Interface
org.decisiondeck.jmcda.persist.xmcda2.generated.XCategoryProfile.Limits

Packages that use XCategoryProfile.Limits
org.decisiondeck.jmcda.persist.xmcda2.generated   
org.decisiondeck.jmcda.persist.xmcda2.generated.impl   
 

Uses of XCategoryProfile.Limits in org.decisiondeck.jmcda.persist.xmcda2.generated
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated that return XCategoryProfile.Limits
 XCategoryProfile.Limits XCategoryProfile.addNewLimits()
          Appends and returns a new empty value (as xml) as the last "limits" element
 XCategoryProfile.Limits[] XCategoryProfile.getLimitsArray()
          Deprecated.  
 XCategoryProfile.Limits XCategoryProfile.getLimitsArray(int i)
          Gets ith "limits" element
 XCategoryProfile.Limits XCategoryProfile.insertNewLimits(int i)
          Inserts and returns a new empty value (as xml) as the ith "limits" element
static XCategoryProfile.Limits XCategoryProfile.Limits.Factory.newInstance()
           
static XCategoryProfile.Limits XCategoryProfile.Limits.Factory.newInstance(XmlOptions options)
           
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated that return types with arguments of type XCategoryProfile.Limits
 List<XCategoryProfile.Limits> XCategoryProfile.getLimitsList()
          Gets a List of "limits" elements
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated with parameters of type XCategoryProfile.Limits
 void XCategoryProfile.setLimitsArray(int i, XCategoryProfile.Limits limits)
          Sets ith "limits" element
 void XCategoryProfile.setLimitsArray(XCategoryProfile.Limits[] limitsArray)
          Sets array of all "limits" element
 

Uses of XCategoryProfile.Limits in org.decisiondeck.jmcda.persist.xmcda2.generated.impl
 

Classes in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that implement XCategoryProfile.Limits
static class XCategoryProfileImpl.LimitsImpl
          An XML limits(@).
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that return XCategoryProfile.Limits
 XCategoryProfile.Limits XCategoryProfileImpl.addNewLimits()
          Appends and returns a new empty value (as xml) as the last "limits" element
 XCategoryProfile.Limits[] XCategoryProfileImpl.getLimitsArray()
          Deprecated.  
 XCategoryProfile.Limits XCategoryProfileImpl.getLimitsArray(int i)
          Gets ith "limits" element
 XCategoryProfile.Limits XCategoryProfileImpl.insertNewLimits(int i)
          Inserts and returns a new empty value (as xml) as the ith "limits" element
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl that return types with arguments of type XCategoryProfile.Limits
 List<XCategoryProfile.Limits> XCategoryProfileImpl.getLimitsList()
          Gets a List of "limits" elements
 

Methods in org.decisiondeck.jmcda.persist.xmcda2.generated.impl with parameters of type XCategoryProfile.Limits
 void XCategoryProfileImpl.setLimitsArray(int i, XCategoryProfile.Limits limits)
          Sets ith "limits" element
 void XCategoryProfileImpl.setLimitsArray(XCategoryProfile.Limits[] limitsArray)
          Sets array of all "limits" element
 



Copyright © 2011. All Rights Reserved.