com.businessobjects.enterprise.crystalreport
Interface CurrentValues

All Superinterfaces:
CurrentValuesBase

public interface CurrentValues
extends CurrentValuesBase

A collection of the values currently chosen for the parameter.


Nested Class Summary
static class CurrentValues.Factory
          A class with methods for creating instances of the CurrentValues type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
          Internal Use Only.
 
Method Summary
 boolean getIsNoValue()
          Returns the IsNoValue element
 boolean isSetIsNoValue()
          Internal Use Only.
 void setIsNoValue(boolean isNoValue)
          Sets the IsNoValue element.
 void unsetIsNoValue()
          Deletes or unsets the IsNoValue element
 org.apache.xmlbeans.XmlBoolean xgetIsNoValue()
          Internal Use Only.
 void xsetIsNoValue(org.apache.xmlbeans.XmlBoolean isNoValue)
          Internal Use Only.
 
Methods inherited from interface com.businessobjects.enterprise.crystalreport.CurrentValuesBase
addNewCurrentValue, getCurrentValueArray, getCurrentValueArray, insertNewCurrentValue, removeCurrentValue, setCurrentValueArray, setCurrentValueArray, sizeOfCurrentValueArray
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Internal Use Only.

Method Detail

getIsNoValue

boolean getIsNoValue()
Returns the IsNoValue element

Returns:
The IsNoValue object.

xgetIsNoValue

org.apache.xmlbeans.XmlBoolean xgetIsNoValue()
Internal Use Only.


isSetIsNoValue

boolean isSetIsNoValue()
Internal Use Only.


setIsNoValue

void setIsNoValue(boolean isNoValue)
Sets the IsNoValue element.

Parameters:
isNoValue - A boolean value

xsetIsNoValue

void xsetIsNoValue(org.apache.xmlbeans.XmlBoolean isNoValue)
Internal Use Only.


unsetIsNoValue

void unsetIsNoValue()
Deletes or unsets the IsNoValue element