com.businessobjects.jsf.sdk.properties
Class DefaultRootType

java.lang.Object
  |
  +--com.businessobjects.jsf.sdk.properties.DefaultRootType

public class DefaultRootType
extends java.lang.Object

Contains fields that specify the default item type of the root item.


Field Summary
static int Custom
           A parent item specified by the RootItemID property.
static int None
           No root item is chosen.
static int UserRootFolder
          Deprecated. As of version 11.
 
Constructor Summary
DefaultRootType()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

None

public static final int None

No root item is chosen.

See Also:
Constant Field Values

Custom

public static final int Custom

A parent item specified by the RootItemID property.

See Also:
Constant Field Values

UserRootFolder

public static final int UserRootFolder
Deprecated. As of version 11.

See Also:
Constant Field Values
Constructor Detail

DefaultRootType

public DefaultRootType()