org.kuali.rice.core.api.parameter
Class ParameterQueryResults.Elements

java.lang.Object
  extended by org.kuali.rice.core.api.parameter.ParameterQueryResults.Elements
Enclosing class:
ParameterQueryResults

public static class ParameterQueryResults.Elements
extends Object

A private class which exposes constants which define the XML element names to use when this object is marshaled to XML.


Field Summary
static String MORE_RESULTS_AVAILALBE
           
static String PARAMETER
           
static String RESULTS
           
static String TOTAL_ROW_COUNT
           
 
Constructor Summary
ParameterQueryResults.Elements()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESULTS

public static final String RESULTS
See Also:
Constant Field Values

PARAMETER

public static final String PARAMETER
See Also:
Constant Field Values

TOTAL_ROW_COUNT

public static final String TOTAL_ROW_COUNT
See Also:
Constant Field Values

MORE_RESULTS_AVAILALBE

public static final String MORE_RESULTS_AVAILALBE
See Also:
Constant Field Values
Constructor Detail

ParameterQueryResults.Elements

public ParameterQueryResults.Elements()


Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.