|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Expressions
An XML Expressions(@http://enterprise.businessobjects.com/4.0/profile). This is a complex type.
| Nested Class Summary | |
|---|---|
static class |
Expressions.Factory
A factory class with static methods for creating instances of this type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
|
| Method Summary | |
|---|---|
Expression |
addNewValue()
Appends and returns a new empty value (as xml) as the last "Value" element |
Expression[] |
getValueArray()
Gets array of all "Value" elements |
Expression |
getValueArray(int i)
Gets ith "Value" element |
Expression |
insertNewValue(int i)
Inserts and returns a new empty value (as xml) as the ith "Value" element |
void |
removeValue(int i)
Removes the ith "Value" element |
void |
setValueArray(Expression[] valueArray)
Sets array of all "Value" element |
void |
setValueArray(int i,
Expression value)
Sets ith "Value" element |
int |
sizeOfValueArray()
Returns number of "Value" element |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
Expression[] getValueArray()
Expression getValueArray(int i)
int sizeOfValueArray()
void setValueArray(Expression[] valueArray)
void setValueArray(int i,
Expression value)
Expression insertNewValue(int i)
Expression addNewValue()
void removeValue(int i)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||