|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RangePromptValue
A RangePromptValue holds a range of values to be used as a condition when running a
BusinessObjects query.
A prompt is a parameter on a BusinessObjects query that requires input. Users are
asked to select or enter a value when they refresh a BusinessObjects document that
contains a prompt.
To retrieve a list of prompts with the DocumentInformation object, a RetrievePromptsInfo object must be added to the RetrieveMustFillInfo object passed to the ReportEngine.getDocumentInformation method.
Use the retrieved list of PromptInfo to recuperate values to be passed to the BusinessObjects query.
Go toDiscretePromptValue
to see an example of how to use Prompts.
DiscretePromptValue,
RetrieveView,
RetrieveData,
PromptInfo,
Action,
FillPrompts,
FillPrompt,
PromptValue,
RangePromptValue,
ReportEngine,
DocumentInformation| Nested Class Summary | |
|---|---|
static class |
RangePromptValue.Factory
A class with methods for creating instances of the RangePromptValue type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
Internal Use Only. |
| Method Summary | |
|---|---|
org.apache.xmlbeans.XmlObject |
addNewNativeEndValue()
Appends and returns a new empty NativeEndValue element. |
org.apache.xmlbeans.XmlObject |
addNewNativeStartValue()
Appends and returns a new empty NativeStartValue element. |
java.lang.String |
getEndValue()
Returns the last allowable value in the range of values to be used in the prompt condition. |
boolean |
getEndValueInclusive()
Returns true if the end value is included in the range of allowable values. |
boolean |
getEndValueUnbound()
Returns true if there is no upper bound to the acceptable range. |
org.apache.xmlbeans.XmlObject |
getNativeEndValue()
Gets the NativeEndValue element. |
org.apache.xmlbeans.XmlObject |
getNativeStartValue()
Gets the NativeStartValue element. |
java.lang.String |
getStartValue()
Returns the first allowable value in the range of values to be used in the prompt condition. |
boolean |
getStartValueInclusive()
Returns true if the start value is included in the range of allowable values. |
boolean |
getStartValueUnbound()
Returns true if there is no lower bound to the acceptable range. |
boolean |
isNilEndValue()
Checks if the EndValue element is nil. |
boolean |
isNilNativeEndValue()
Checks if the NativeEndValue element is nil. |
boolean |
isNilNativeStartValue()
Checks if the NativeStartValue element is nil. |
boolean |
isNilStartValue()
Checks if the StartValue element is nil |
boolean |
isSetEndValue()
Checks if the EndValue element is set. |
boolean |
isSetEndValueInclusive()
Checks if the EndValueInclusive attribute is set. |
boolean |
isSetEndValueUnbound()
Checks if the EndValueUnbound attribute is set. |
boolean |
isSetNativeEndValue()
Checks if the NativeEndValue element is set. |
boolean |
isSetNativeStartValue()
Checks if the NativeStartValue element is set. |
boolean |
isSetStartValue()
Checks if the StartValue element is set. |
boolean |
isSetStartValueInclusive()
Checks if the StartValueInclusive attribute is set. |
boolean |
isSetStartValueUnbound()
Checks if the StartValueUnbound attribute is set. |
void |
setEndValue(java.lang.String endValue)
Sets the last allowable value in the range of values to be used in the prompt condition. |
void |
setEndValueInclusive(boolean endValueInclusive)
Set to true if the end value is included in the range of allowable values. |
void |
setEndValueUnbound(boolean endValueUnbound)
Set to true if there is no upper bound to the acceptable range. |
void |
setNativeEndValue(org.apache.xmlbeans.XmlObject nativeEndValue)
Sets the NativeEndValue element. |
void |
setNativeStartValue(org.apache.xmlbeans.XmlObject nativeStartValue)
Sets the NativeStartValue element. |
void |
setNilEndValue()
Sets the EndValue element to nil. |
void |
setNilNativeEndValue()
Sets the NativeEndValue element to nil. |
void |
setNilNativeStartValue()
Sets the NativeStartValue element to nil. |
void |
setNilStartValue()
Sets the StartValue element to nil. |
void |
setStartValue(java.lang.String startValue)
Sets the first allowable value in the range of values to be used in the prompt condition. |
void |
setStartValueInclusive(boolean startValueInclusive)
Set to true if the start value is included in the range of allowable values. |
void |
setStartValueUnbound(boolean startValueUnbound)
Set to true if there is no lower bound to the acceptable range. |
void |
unsetEndValue()
Unsets the EndValue element. |
void |
unsetEndValueInclusive()
Unsets the EndValueInclusive attribute. |
void |
unsetEndValueUnbound()
Unsets the "EndValueUnbound" attribute |
void |
unsetNativeEndValue()
Unsets the "NativeEndValue" element. |
void |
unsetNativeStartValue()
Unsets the NativeStartValue element. |
void |
unsetStartValue()
Unsets the StartValue element. |
void |
unsetStartValueInclusive()
Unsets the "StartValueInclusive" attribute. |
void |
unsetStartValueUnbound()
Unsets the StartValueUnbound attribute. |
org.apache.xmlbeans.XmlString |
xgetEndValue()
Internal use only |
org.apache.xmlbeans.XmlBoolean |
xgetEndValueInclusive()
Internal use only |
org.apache.xmlbeans.XmlBoolean |
xgetEndValueUnbound()
Internal use only |
org.apache.xmlbeans.XmlString |
xgetStartValue()
Internal use only |
org.apache.xmlbeans.XmlBoolean |
xgetStartValueInclusive()
Internal use only |
org.apache.xmlbeans.XmlBoolean |
xgetStartValueUnbound()
Internal use only |
void |
xsetEndValue(org.apache.xmlbeans.XmlString endValue)
Internal use only |
void |
xsetEndValueInclusive(org.apache.xmlbeans.XmlBoolean endValueInclusive)
Internal use only |
void |
xsetEndValueUnbound(org.apache.xmlbeans.XmlBoolean endValueUnbound)
Internal use only |
void |
xsetStartValue(org.apache.xmlbeans.XmlString startValue)
Internal use only |
void |
xsetStartValueInclusive(org.apache.xmlbeans.XmlBoolean startValueInclusive)
Internal use only. |
void |
xsetStartValueUnbound(org.apache.xmlbeans.XmlBoolean startValueUnbound)
Internal use only |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
Internal Use Only.
| Method Detail |
|---|
java.lang.String getStartValue()
org.apache.xmlbeans.XmlString xgetStartValue()
Internal use only
boolean isNilStartValue()
true if the StartValue element is nil, otherwise falseboolean isSetStartValue()
true if the StartValue element is set, otherwise falsevoid setStartValue(java.lang.String startValue)
startValue - the first allowable value.void xsetStartValue(org.apache.xmlbeans.XmlString startValue)
Internal use only
void setNilStartValue()
void unsetStartValue()
org.apache.xmlbeans.XmlObject getNativeStartValue()
boolean isNilNativeStartValue()
true if the NativeStartValue element is nil, otherwise false.boolean isSetNativeStartValue()
true if the NativeStartValue element is set, otherwise false.void setNativeStartValue(org.apache.xmlbeans.XmlObject nativeStartValue)
nativeStartValue - The NaticeStartValue element.org.apache.xmlbeans.XmlObject addNewNativeStartValue()
void setNilNativeStartValue()
void unsetNativeStartValue()
java.lang.String getEndValue()
org.apache.xmlbeans.XmlString xgetEndValue()
Internal use only
boolean isNilEndValue()
true if the EndValue element is nil, otherwise false.boolean isSetEndValue()
true if the EndValue element is set, otherwise false.void setEndValue(java.lang.String endValue)
endValue - the last allowable value.void xsetEndValue(org.apache.xmlbeans.XmlString endValue)
Internal use only
void setNilEndValue()
void unsetEndValue()
org.apache.xmlbeans.XmlObject getNativeEndValue()
boolean isNilNativeEndValue()
true if the NativeEndValue element is nil, otherwise false.boolean isSetNativeEndValue()
true if the NativeEndValue element is set, otherwise false.void setNativeEndValue(org.apache.xmlbeans.XmlObject nativeEndValue)
nativeEndValue - The native end element.org.apache.xmlbeans.XmlObject addNewNativeEndValue()
void setNilNativeEndValue()
void unsetNativeEndValue()
boolean getStartValueInclusive()
org.apache.xmlbeans.XmlBoolean xgetStartValueInclusive()
Internal use only
boolean isSetStartValueInclusive()
true if the StartValueInclusive attribute is set, otherwise false.void setStartValueInclusive(boolean startValueInclusive)
startValueInclusive - true if the start value is included in the range of allowable values, otherwise false.void xsetStartValueInclusive(org.apache.xmlbeans.XmlBoolean startValueInclusive)
Internal use only.
void unsetStartValueInclusive()
boolean getStartValueUnbound()
false.org.apache.xmlbeans.XmlBoolean xgetStartValueUnbound()
Internal use only
boolean isSetStartValueUnbound()
true if the StartValueUnbound element is set, otherwise false.void setStartValueUnbound(boolean startValueUnbound)
startValueUnbound - true if there is no lower bound to the acceptable range, otherwise false.void xsetStartValueUnbound(org.apache.xmlbeans.XmlBoolean startValueUnbound)
Internal use only
void unsetStartValueUnbound()
boolean getEndValueInclusive()
org.apache.xmlbeans.XmlBoolean xgetEndValueInclusive()
Internal use only
boolean isSetEndValueInclusive()
true if the EndValueInclusive element is set, otherwise false.void setEndValueInclusive(boolean endValueInclusive)
endValueInclusive - true if the end value is included in the range of allowable values.void xsetEndValueInclusive(org.apache.xmlbeans.XmlBoolean endValueInclusive)
Internal use only
void unsetEndValueInclusive()
boolean getEndValueUnbound()
org.apache.xmlbeans.XmlBoolean xgetEndValueUnbound()
Internal use only
boolean isSetEndValueUnbound()
true if the EndValueUnbound attribute is set, otherwise false.void setEndValueUnbound(boolean endValueUnbound)
endValueUnbound - true if there is no upper bound to the acceptable range.void xsetEndValueUnbound(org.apache.xmlbeans.XmlBoolean endValueUnbound)
Internal use only
void unsetEndValueUnbound()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||