com.businessobjects.enterprise.crystalreport
Interface GroupSectionsOptionEnum


public interface GroupSectionsOptionEnum

Defines the available options for group sections.


Nested Class Summary
static class GroupSectionsOptionEnum.Enum
          Internal Use Only.
static class GroupSectionsOptionEnum.Factory
          A class with methods for creating instances of the GroupSectionsOptionEnum type.
 
Field Summary
static int INT_SECTIONS_EXPORT
          Specifies an export sections property.
static int INT_SECTIONS_EXPORT_ISOLATED
          Specifies an isolated export sections property.
static int INT_SECTIONS_NO_EXPORT
          Specifies a no export property to prevent exportation.
static GroupSectionsOptionEnum.Enum SECTIONS_EXPORT
          Specifies an export sections property.
static GroupSectionsOptionEnum.Enum SECTIONS_EXPORT_ISOLATED
          Specifies an isolated export sections property.
static GroupSectionsOptionEnum.Enum SECTIONS_NO_EXPORT
          Specifies a no export property to prevent exportation.
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.


SECTIONS_EXPORT

static final GroupSectionsOptionEnum.Enum SECTIONS_EXPORT
Specifies an export sections property.


SECTIONS_EXPORT_ISOLATED

static final GroupSectionsOptionEnum.Enum SECTIONS_EXPORT_ISOLATED
Specifies an isolated export sections property.


SECTIONS_NO_EXPORT

static final GroupSectionsOptionEnum.Enum SECTIONS_NO_EXPORT
Specifies a no export property to prevent exportation.


INT_SECTIONS_EXPORT

static final int INT_SECTIONS_EXPORT
Specifies an export sections property.

See Also:
Constant Field Values

INT_SECTIONS_EXPORT_ISOLATED

static final int INT_SECTIONS_EXPORT_ISOLATED
Specifies an isolated export sections property.

See Also:
Constant Field Values

INT_SECTIONS_NO_EXPORT

static final int INT_SECTIONS_NO_EXPORT
Specifies a no export property to prevent exportation.

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.