com.businessobjects.dsws.reportengine
Interface ObjectQualification


public interface ObjectQualification

ObjectQualification interface represents all BusinessObjects Universe object types.

Since:
12.0

Nested Class Summary
static class ObjectQualification.Enum
          Enumeration value class for com.businessobjects.dsws.reportengine.ObjectQualification.
static class ObjectQualification.Factory
          A class with methods for creating instances of the ObjectQualification type.
 
Field Summary
static ObjectQualification.Enum CLASS
          A class
static ObjectQualification.Enum DETAIL
          A detail object
static ObjectQualification.Enum DIMENSION
          A dimension object
static ObjectQualification.Enum HIERARCHY
          A hierarchy object
static int INT_CLASS
          Returns the int value corresponding to the "CLASS" ObjectQualification
static int INT_DETAIL
          Returns the int value corresponding to the "DETAIL" ObjectQualification
static int INT_DIMENSION
          Returns the int value corresponding to the "DIMENSION" ObjectQualification
static int INT_HIERARCHY
          Returns the int value corresponding to the "HIERARCHY" ObjectQualification
static int INT_LINKED_DIMENSION
          Returns the int value corresponding to the "LINKED_DIMENSION" ObjectQualification
static int INT_MEASURE
          Returns the int value corresponding to the "MEASURE" ObjectQualification
static int INT_PRE_CONDITION
          Returns the int value corresponding to the "PRE_CONDITION" ObjectQualification
static ObjectQualification.Enum LINKED_DIMENSION
          A linked dimension object
static ObjectQualification.Enum MEASURE
          A measure object
static ObjectQualification.Enum PRE_CONDITION
          A precondition object
static org.apache.xmlbeans.SchemaType type
          Internal Use Only.
 
Method Summary
 org.apache.xmlbeans.StringEnumAbstractBase enumValue()
          Internal use only
 void set(org.apache.xmlbeans.StringEnumAbstractBase e)
          Internal use only
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type

Internal Use Only.


CLASS

static final ObjectQualification.Enum CLASS
A class


DETAIL

static final ObjectQualification.Enum DETAIL
A detail object


DIMENSION

static final ObjectQualification.Enum DIMENSION
A dimension object


HIERARCHY

static final ObjectQualification.Enum HIERARCHY
A hierarchy object


LINKED_DIMENSION

static final ObjectQualification.Enum LINKED_DIMENSION
A linked dimension object


MEASURE

static final ObjectQualification.Enum MEASURE
A measure object


PRE_CONDITION

static final ObjectQualification.Enum PRE_CONDITION
A precondition object


INT_CLASS

static final int INT_CLASS
Returns the int value corresponding to the "CLASS" ObjectQualification

See Also:
Constant Field Values

INT_DETAIL

static final int INT_DETAIL
Returns the int value corresponding to the "DETAIL" ObjectQualification

See Also:
Constant Field Values

INT_DIMENSION

static final int INT_DIMENSION
Returns the int value corresponding to the "DIMENSION" ObjectQualification

See Also:
Constant Field Values

INT_HIERARCHY

static final int INT_HIERARCHY
Returns the int value corresponding to the "HIERARCHY" ObjectQualification

See Also:
Constant Field Values

INT_LINKED_DIMENSION

static final int INT_LINKED_DIMENSION
Returns the int value corresponding to the "LINKED_DIMENSION" ObjectQualification

See Also:
Constant Field Values

INT_MEASURE

static final int INT_MEASURE
Returns the int value corresponding to the "MEASURE" ObjectQualification

See Also:
Constant Field Values

INT_PRE_CONDITION

static final int INT_PRE_CONDITION
Returns the int value corresponding to the "PRE_CONDITION" ObjectQualification

See Also:
Constant Field Values
Method Detail

enumValue

org.apache.xmlbeans.StringEnumAbstractBase enumValue()
Internal use only


set

void set(org.apache.xmlbeans.StringEnumAbstractBase e)
Internal use only