|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DrillBarObject
DrillBarObject defines the drillable datasource object.
It specifies various properties of that data source object which is useful during drill operation.
DrillBar,
LOV,
DrillBar.setDrillBarObjectArray(DrillBarObject[]),
DrillBar.getDrillBarObjectArray()| Nested Class Summary | |
|---|---|
static class |
DrillBarObject.Factory
A class with methods for creating instances of the DrillBarObject type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
Internal use only |
| Method Summary | |
|---|---|
LOV |
addNewLOV()
Internal Use Only |
java.lang.String |
getFilter()
Gets the current Filter value. |
java.lang.String |
getID()
Gets the ID of the DrillBarObject. |
LOV |
getLOV()
Gets the LOV object of the current drillable object. |
java.lang.String |
getName()
Gets the name of the DrillBarObject. |
ObjectQualification.Enum |
getObjectQualification()
Gets the ObjectQualification attribute. |
boolean |
getQueryFilter()
Gets the QueryFilter attribute. |
boolean |
isNilLOV()
Checks if the LOV object is nil. |
boolean |
isSetFilter()
Checks if the Filter element is set. |
boolean |
isSetLOV()
Checks if the LOV element is set. |
void |
setFilter(java.lang.String filter)
Internal use only |
void |
setID(java.lang.String id)
Internal Use Only |
void |
setLOV(LOV lov)
Sets the LOV element. |
void |
setName(java.lang.String name)
Internal Use Only |
void |
setNilLOV()
Internal Use Only |
void |
setObjectQualification(ObjectQualification.Enum objectQualification)
Internal use only |
void |
setQueryFilter(boolean queryFilter)
Internal use only |
void |
unsetFilter()
Internal use only |
void |
unsetLOV()
Internal Use Only |
org.apache.xmlbeans.XmlString |
xgetFilter()
Internal Use Only |
org.apache.xmlbeans.XmlString |
xgetID()
Internal Use Only |
org.apache.xmlbeans.XmlString |
xgetName()
Internal Use Only |
ObjectQualification |
xgetObjectQualification()
Internal use only |
org.apache.xmlbeans.XmlBoolean |
xgetQueryFilter()
Internal use only |
void |
xsetFilter(org.apache.xmlbeans.XmlString filter)
Internal use only |
void |
xsetID(org.apache.xmlbeans.XmlString id)
Internal Use Only |
void |
xsetName(org.apache.xmlbeans.XmlString name)
Internal Use Only |
void |
xsetObjectQualification(ObjectQualification objectQualification)
Internal use only |
void |
xsetQueryFilter(org.apache.xmlbeans.XmlBoolean queryFilter)
Internal use only |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
LOV getLOV()
boolean isNilLOV()
true if the LOV object is nil, otherwise falseboolean isSetLOV()
true if the LOV object is set, otherwise falsevoid setLOV(LOV lov)
lov - the LOV elementLOV addNewLOV()
void setNilLOV()
void unsetLOV()
java.lang.String getName()
DrillBarObject.
DrillBarObject.org.apache.xmlbeans.XmlString xgetName()
void setName(java.lang.String name)
void xsetName(org.apache.xmlbeans.XmlString name)
java.lang.String getID()
DrillBarObject.
DrillBarObject.org.apache.xmlbeans.XmlString xgetID()
void setID(java.lang.String id)
void xsetID(org.apache.xmlbeans.XmlString id)
java.lang.String getFilter()
org.apache.xmlbeans.XmlString xgetFilter()
boolean isSetFilter()
true if the Filter element is set, otherwise false.void setFilter(java.lang.String filter)
void xsetFilter(org.apache.xmlbeans.XmlString filter)
void unsetFilter()
boolean getQueryFilter()
org.apache.xmlbeans.XmlBoolean xgetQueryFilter()
void setQueryFilter(boolean queryFilter)
void xsetQueryFilter(org.apache.xmlbeans.XmlBoolean queryFilter)
ObjectQualification.Enum getObjectQualification()
ObjectQualification xgetObjectQualification()
void setObjectQualification(ObjectQualification.Enum objectQualification)
void xsetObjectQualification(ObjectQualification objectQualification)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||