com.crystaldecisions.sdk.occa.infostore
Interface IInfoObject.PropertySet

Enclosing interface:
IInfoObject

public static interface IInfoObject.PropertySet

This interface defines the constants that represent properties of the IInfoObject interface.


Field Summary
static int ALL
           Specifies that all properties associated with this IInfoObject object are returned.
static int DEFAULT
           Specifies that default properties associated with this IInfoObject object are returned.
static int SCHEDULE
           Specifies that schedule properties associated with this IInfoObject object are returned.
static int STANDARD
           Specifies that standard properties associated with this IInfoObject object are returned.
 

Field Detail

DEFAULT

public static final int DEFAULT

Specifies that default properties associated with this IInfoObject object are returned.
The default properties are SI_NAME, SI_PARENTID, SI_KIND, SI_INSTANCE, SI_ID.

See Also:
Constant Field Values

STANDARD

public static final int STANDARD

Specifies that standard properties associated with this IInfoObject object are returned.
The standard properties are SI_NAME, SI_PARENTID, SI_KIND, SI_INSTANCE, SI_ID, SI_OWNER, SI_CUID, SI_DESCRIPTION, SI_PARENT_CUID.

See Also:
Constant Field Values

SCHEDULE

public static final int SCHEDULE

Specifies that schedule properties associated with this IInfoObject object are returned.
The schedule properies are SI_NAME, SI_PARENTID, SI_KIND, SI_INSTANCE, SI_ID, SI_OWNER, SI_CUID, SI_DESCRIPTION, SI_PARENT_CUID, SI_SCHEDULEINFO.

See Also:
Constant Field Values

ALL

public static final int ALL

Specifies that all properties associated with this IInfoObject object are returned.

See Also:
Constant Field Values