|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PromptValue
Stores detailed information about the parameter value itself.
| Nested Class Summary | |
|---|---|
static class |
PromptValue.Factory
A class with methods for creating instances of the PromptValue type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
Internal Use Only. |
| Method Summary | |
|---|---|
MaximumValue |
addNewMaximumValue()
Appends and returns a new empty MaximumValue object. |
MinimumValue |
addNewMinimumValue()
Appends and returns a new empty MinimumValue object. |
ReportParameterValueOptions |
addNewOptions()
Internal Use Only. |
java.lang.String |
getData()
Returns the actual value. |
java.lang.String |
getDescription()
Returns a description of the parameter value. |
MaximumValue |
getMaximumValue()
Returns the maximum value a parameter may have. |
MinimumValue |
getMinimumValue()
Returns the minimum value a parameter may have. |
ReportParameterValueOptions |
getOptions()
Internal Use Only. |
boolean |
getShowDescriptionOnlyEnabled()
Returns whether the description of the value is shown when the user must choose a value, or both the value and the value's description are shown. |
boolean |
isSetData()
Checks if the Data element has been set. |
boolean |
isSetDescription()
Checks if the Description has been set. |
boolean |
isSetMaximumValue()
Checks if the MaximumValue has been set. |
boolean |
isSetMinimumValue()
Checks if the MinimumValue has been set. |
boolean |
isSetOptions()
Internal Use Only. |
boolean |
isSetShowDescriptionOnlyEnabled()
Checks if the ShowDescriptionOnlyEnabled has been set. |
void |
setData(java.lang.String data)
Sets the actual value. |
void |
setDescription(java.lang.String description)
Sets a description of the parameter value. |
void |
setMaximumValue(MaximumValue maximumValue)
Sets the maximum value a parameter may have. |
void |
setMinimumValue(MinimumValue minimumValue)
Sets the minimum value a parameter may have. |
void |
setOptions(ReportParameterValueOptions options)
Internal Use Only. |
void |
setShowDescriptionOnlyEnabled(boolean showDescriptionOnlyEnabled)
Sets whether the description of the value is shown when the user must choose a value, or both the value and the value's description are shown. |
void |
unsetData()
Deletes or unsets the Data element. |
void |
unsetDescription()
Deletes or unsets the Description element. |
void |
unsetMaximumValue()
Deletes or unsets the MaximumValue element. |
void |
unsetMinimumValue()
Deletes or unsets the MinimumValue element. |
void |
unsetOptions()
Internal Use Only. |
void |
unsetShowDescriptionOnlyEnabled()
Deletes or unsets the ShowDescriptionOnlyEnabled element. |
org.apache.xmlbeans.XmlString |
xgetData()
Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetDescription()
Internal Use Only. |
org.apache.xmlbeans.XmlBoolean |
xgetShowDescriptionOnlyEnabled()
Internal Use Only. |
void |
xsetData(org.apache.xmlbeans.XmlString data)
Internal Use Only. |
void |
xsetDescription(org.apache.xmlbeans.XmlString description)
Internal Use Only. |
void |
xsetShowDescriptionOnlyEnabled(org.apache.xmlbeans.XmlBoolean showDescriptionOnlyEnabled)
Internal Use Only. |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
ReportParameterValueOptions getOptions()
boolean isSetOptions()
void setOptions(ReportParameterValueOptions options)
ReportParameterValueOptions addNewOptions()
void unsetOptions()
boolean getShowDescriptionOnlyEnabled()
Returns whether the description of the value is shown when the user must choose a value, or both the value and the value's description are shown.
true if only the description of the value is shown, otherwise false.org.apache.xmlbeans.XmlBoolean xgetShowDescriptionOnlyEnabled()
boolean isSetShowDescriptionOnlyEnabled()
ShowDescriptionOnlyEnabled has been set.
true if the SetShowDescriptionOnlyEnabled element has been set, otherwise false.void setShowDescriptionOnlyEnabled(boolean showDescriptionOnlyEnabled)
Sets whether the description of the value is shown when the user must choose a value, or both the value and the value's description are shown.
showDescriptionOnlyEnabled - true if only the description of the value is shown, otherwise false.void xsetShowDescriptionOnlyEnabled(org.apache.xmlbeans.XmlBoolean showDescriptionOnlyEnabled)
void unsetShowDescriptionOnlyEnabled()
Deletes or unsets the ShowDescriptionOnlyEnabled element.
java.lang.String getDescription()
Returns a description of the parameter value.
String containing a description of the parameter value.org.apache.xmlbeans.XmlString xgetDescription()
boolean isSetDescription()
Description has been set.
true if the Description element has been set, otherwise false.void setDescription(java.lang.String description)
Sets a description of the parameter value.
description - A String containing a description of the parameter value.void xsetDescription(org.apache.xmlbeans.XmlString description)
void unsetDescription()
Deletes or unsets the Description element.
java.lang.String getData()
Returns the actual value.
String containing the actual value.org.apache.xmlbeans.XmlString xgetData()
boolean isSetData()
Data element has been set.
true if the Data element has been set, otherwise false.void setData(java.lang.String data)
Sets the actual value.
data - A String containing the actual value to be set.void xsetData(org.apache.xmlbeans.XmlString data)
void unsetData()
Deletes or unsets the Data element.
MinimumValue getMinimumValue()
Returns the minimum value a parameter may have. In the case of strings this is the length. This value is only enforced if range checking is enabled.
boolean isSetMinimumValue()
MinimumValue has been set.
true if the MinimumValue element has been set, otherwise false.void setMinimumValue(MinimumValue minimumValue)
Sets the minimum value a parameter may have.
minimumValue - The minimum value.MinimumValue addNewMinimumValue()
MinimumValue object.
MinimumValue object.void unsetMinimumValue()
Deletes or unsets the MinimumValue element.
MaximumValue getMaximumValue()
Returns the maximum value a parameter may have. In the case of strings this is the length. This value is only enforced if range checking is enabled.
boolean isSetMaximumValue()
MaximumValue has been set.
true if the MaximumValue element has been set, otherwise false.void setMaximumValue(MaximumValue maximumValue)
Sets the maximum value a parameter may have.
maximumValue - The maximum value.MaximumValue addNewMaximumValue()
MaximumValue object.
MaximumValue object.void unsetMaximumValue()
Deletes or unsets the MaximumValue element.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||