|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Values
The interface Values contains a set of values from a lov (ValueFromLov and plain String values, also called free values.
It is used to specify the default values for a Prompt.
It can also be used as an Operand of a Filter condition.
Prompt,
Operand,
Filter,
ValueFromLov| Nested Class Summary | |
|---|---|
static class |
Values.Factory
A class with methods for creating instances of the Values type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
Internal Use Only. |
| Method Summary | |
|---|---|
void |
addFreeValue(java.lang.String freeValue)
Appends the value as the last FreeValue element. |
org.apache.xmlbeans.XmlString |
addNewFreeValue()
Appends and returns a new empty value (as xml) as the last FreeValue element |
org.apache.xmlbeans.XmlObject |
addNewNativeFreeValue()
Appends and returns a new empty value (as xml) as the last NativeFreeValue element |
ValueFromLov |
addNewValueFromLov()
Appends and returns a new empty value (as xml) as the last ValueFromLov element. |
java.lang.String[] |
getFreeValueArray()
Gets the String array containing the free values of the Values set. |
java.lang.String |
getFreeValueArray(int i)
Gets the free value of the Values set specified by the array index i. |
org.apache.xmlbeans.XmlObject[] |
getNativeFreeValueArray()
Gets the free value of the Values set specified by the array index i. |
org.apache.xmlbeans.XmlObject |
getNativeFreeValueArray(int i)
Gets the native free value of the Values set specified by the array index i. |
ValueFromLov[] |
getValueFromLovArray()
Gets the ValueFromLov array containing the LOV values of the Values set. |
ValueFromLov |
getValueFromLovArray(int i)
Gets the ValueFromLov of the Values set specified by the array index i. |
void |
insertFreeValue(int i,
java.lang.String freeValue)
Inserts the value of the FreeValue element at the specified index position. |
org.apache.xmlbeans.XmlString |
insertNewFreeValue(int i)
Inserts and returns a new empty value (as xml) of the FreeValue element at the specified index position. |
org.apache.xmlbeans.XmlObject |
insertNewNativeFreeValue(int i)
Inserts and returns a new empty value (as xml) as the ith NativeFreeValue element |
ValueFromLov |
insertNewValueFromLov(int i)
Inserts and returns a new empty value (as xml) of the "ValueFromLov" element at the specified index position, |
boolean |
isNilNativeFreeValueArray(int i)
Checks if the NativeFreeValue element is nil at the specified index position. |
void |
removeFreeValue(int i)
Removes the FreeValue element at the specified index position. |
void |
removeNativeFreeValue(int i)
Removes the NativeFreeValue element at the specified index position. |
void |
removeValueFromLov(int i)
Removes the ValueFromLov element at the specified index position |
void |
setFreeValueArray(int i,
java.lang.String freeValue)
Sets the free value of the Values set specified by the array index i with the parameter value. |
void |
setFreeValueArray(java.lang.String[] freeValueArray)
Sets the String array containing the free values of the Values set. |
void |
setNativeFreeValueArray(int i,
org.apache.xmlbeans.XmlObject nativeFreeValue)
Sets the native free value of the Values set specified by the array index i with the parameter value. |
void |
setNativeFreeValueArray(org.apache.xmlbeans.XmlObject[] nativeFreeValueArray)
Sets the XmlObject array containing the free values of the Values set. |
void |
setNilNativeFreeValueArray(int i)
Nils the "NativeFreeValue" element at the specified index position. |
void |
setValueFromLovArray(int i,
ValueFromLov valueFromLov)
Sets the ValueFromLov of the Values set specified by the array index i with the parameter value. |
void |
setValueFromLovArray(ValueFromLov[] valueFromLovArray)
Sets the ValueFromLov array containing the LOV values of the Values set
specified by the array index i with the parameter valueFromLov. |
int |
sizeOfFreeValueArray()
Returns number of FreeValue element |
int |
sizeOfNativeFreeValueArray()
Returns the size of native free value array. |
int |
sizeOfValueFromLovArray()
Returns size of ValueFromLov array. |
org.apache.xmlbeans.XmlString[] |
xgetFreeValueArray()
Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetFreeValueArray(int i)
Internal Use Only. |
void |
xsetFreeValueArray(int i,
org.apache.xmlbeans.XmlString freeValue)
Internal Use Only. |
void |
xsetFreeValueArray(org.apache.xmlbeans.XmlString[] freeValueArray)
Internal Use Only. |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
Internal Use Only.
| Method Detail |
|---|
java.lang.String[] getFreeValueArray()
Gets the String array containing the free values of the Values set.
String array containing the free valuesjava.lang.String getFreeValueArray(int i)
Gets the free value of the Values set specified by the array index i.
i - the index of the free value to be retrieved (using a zero-based index)
org.apache.xmlbeans.XmlString[] xgetFreeValueArray()
Internal Use Only.
org.apache.xmlbeans.XmlString xgetFreeValueArray(int i)
Internal Use Only.
int sizeOfFreeValueArray()
void setFreeValueArray(java.lang.String[] freeValueArray)
Sets the String array containing the free values of the Values set.
freeValueArray - the String array containing the free values
void setFreeValueArray(int i,
java.lang.String freeValue)
Sets the free value of the Values set specified by the array index i with the parameter value.
i - the index of the free value to be set (using a zero-based index)value - the free value to storevoid xsetFreeValueArray(org.apache.xmlbeans.XmlString[] freeValueArray)
Internal Use Only.
void xsetFreeValueArray(int i,
org.apache.xmlbeans.XmlString freeValue)
Internal Use Only.
void insertFreeValue(int i,
java.lang.String freeValue)
i - the index of the FreeValue element.freeValue - the String containing free values.void addFreeValue(java.lang.String freeValue)
freeValue - the String containing free values.org.apache.xmlbeans.XmlString insertNewFreeValue(int i)
i - the index of the FreeValue element
org.apache.xmlbeans.XmlString addNewFreeValue()
void removeFreeValue(int i)
i - the index of the free value element.org.apache.xmlbeans.XmlObject[] getNativeFreeValueArray()
Gets the free value of the Values set specified by the array index i.
org.apache.xmlbeans.XmlObject getNativeFreeValueArray(int i)
Gets the native free value of the Values set specified by the array index i.
i - the index of the native free value to be retrieved (using a zero-based index)
boolean isNilNativeFreeValueArray(int i)
i - the index of the native free value to be retrieved (using a zero-based index)
true if the native free value element is nil, otherwise falseint sizeOfNativeFreeValueArray()
void setNativeFreeValueArray(org.apache.xmlbeans.XmlObject[] nativeFreeValueArray)
Sets the XmlObject array containing the free values of the Values set.
nativeFreeValueArray - the XmlObject array containing the free values
void setNativeFreeValueArray(int i,
org.apache.xmlbeans.XmlObject nativeFreeValue)
Sets the native free value of the Values set specified by the array index i with the parameter value.
i - the index of the free value to be set (using a zero-based index)nativeFreeValue - the native free value to storevoid setNilNativeFreeValueArray(int i)
i - the index of the native free value elementorg.apache.xmlbeans.XmlObject insertNewNativeFreeValue(int i)
i - the index of the native free value element
org.apache.xmlbeans.XmlObject addNewNativeFreeValue()
void removeNativeFreeValue(int i)
i - the index of the native free value elementValueFromLov[] getValueFromLovArray()
Gets the ValueFromLov array containing the LOV values of the Values set.
ValueFromLov array containing the LOV valuesValueFromLov getValueFromLovArray(int i)
Gets the ValueFromLov of the Values set specified by the array index i.
i - the index of the ValueFromLov to be retrieved (using a zero-based index)
ValueFromLov instanceint sizeOfValueFromLovArray()
void setValueFromLovArray(ValueFromLov[] valueFromLovArray)
Sets the ValueFromLov array containing the LOV values of the Values set
specified by the array index i with the parameter valueFromLov.
valueFromLovArray - the ValueFromLov array containing the LOV values
void setValueFromLovArray(int i,
ValueFromLov valueFromLov)
Sets the ValueFromLov of the Values set specified by the array index i with the parameter value.
i - the index of the ValueFromLov to be set (using a zero-based index)valueFromLov - the ValueFromLov instance to storeValueFromLov insertNewValueFromLov(int i)
i - The index position.ValueFromLov addNewValueFromLov()
void removeValueFromLov(int i)
i - The index position.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||