com.businessobjects.enterprise.publication
Interface ResolutionTypeEnum


public interface ResolutionTypeEnum

An XML ResolutionTypeEnum(@http://enterprise.businessobjects.com/3.0/publication). This is an atomic type that is a restriction of com.businessobjects.enterprise.publication.ResolutionTypeEnum.


Nested Class Summary
static class ResolutionTypeEnum.Enum
          Enumeration value class for com.businessobjects.enterprise.publication.ResolutionTypeEnum.
static class ResolutionTypeEnum.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static int INT_TREE_WALK
           
static int INT_WALK_MERGE
           
static ResolutionTypeEnum.Enum TREE_WALK
           
static org.apache.xmlbeans.SchemaType type
           
static ResolutionTypeEnum.Enum WALK_MERGE
           
 
Method Summary
 org.apache.xmlbeans.StringEnumAbstractBase enumValue()
           
 void set(org.apache.xmlbeans.StringEnumAbstractBase e)
           
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type

TREE_WALK

static final ResolutionTypeEnum.Enum TREE_WALK

WALK_MERGE

static final ResolutionTypeEnum.Enum WALK_MERGE

INT_TREE_WALK

static final int INT_TREE_WALK
See Also:
Constant Field Values

INT_WALK_MERGE

static final int INT_WALK_MERGE
See Also:
Constant Field Values
Method Detail

enumValue

org.apache.xmlbeans.StringEnumAbstractBase enumValue()

set

void set(org.apache.xmlbeans.StringEnumAbstractBase e)