com.businessobjects.enterprise.profile
Interface Expressions


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

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getValueArray

Expression[] getValueArray()
Gets array of all "Value" elements


getValueArray

Expression getValueArray(int i)
Gets ith "Value" element


sizeOfValueArray

int sizeOfValueArray()
Returns number of "Value" element


setValueArray

void setValueArray(Expression[] valueArray)
Sets array of all "Value" element


setValueArray

void setValueArray(int i,
                   Expression value)
Sets ith "Value" element


insertNewValue

Expression insertNewValue(int i)
Inserts and returns a new empty value (as xml) as the ith "Value" element


addNewValue

Expression addNewValue()
Appends and returns a new empty value (as xml) as the last "Value" element


removeValue

void removeValue(int i)
Removes the ith "Value" element