Uses of Class
net.sf.dynamicreports.adhoc.xmlconfiguration.XmlAdhocOrderType

Packages that use XmlAdhocOrderType
net.sf.dynamicreports.adhoc.transformation   
net.sf.dynamicreports.adhoc.xmlconfiguration   
 

Uses of XmlAdhocOrderType in net.sf.dynamicreports.adhoc.transformation
 

Methods in net.sf.dynamicreports.adhoc.transformation that return XmlAdhocOrderType
protected  XmlAdhocOrderType AdhocToXmlTransform.orderType(AdhocOrderType adhocOrderType)
           
 

Methods in net.sf.dynamicreports.adhoc.transformation with parameters of type XmlAdhocOrderType
protected  AdhocOrderType XmlToAdhocTransform.orderType(XmlAdhocOrderType xmlAdhocOrderType)
           
 

Uses of XmlAdhocOrderType in net.sf.dynamicreports.adhoc.xmlconfiguration
 

Fields in net.sf.dynamicreports.adhoc.xmlconfiguration declared as XmlAdhocOrderType
protected  XmlAdhocOrderType XmlAdhocSort.orderType
           
 

Methods in net.sf.dynamicreports.adhoc.xmlconfiguration that return XmlAdhocOrderType
static XmlAdhocOrderType XmlAdhocOrderType.fromValue(String v)
           
 XmlAdhocOrderType XmlAdhocSort.getOrderType()
          Gets the value of the orderType property.
static XmlAdhocOrderType XmlAdhocOrderType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static XmlAdhocOrderType[] XmlAdhocOrderType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.dynamicreports.adhoc.xmlconfiguration with parameters of type XmlAdhocOrderType
 void XmlAdhocSort.setOrderType(XmlAdhocOrderType value)
          Sets the value of the orderType property.
 



Copyright © 2010-2013. All Rights Reserved.