|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
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.
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.
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.
public static final int ALL
Specifies that all properties associated with this
IInfoObject object are returned.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||