API Documentation > Classes > Class ServerIncludeInstances
Class ServerIncludeInstances

package com.ptc.pfc.pfcServer;

public class
ServerIncludeInstances
implements
jxenum


Description
Specifies the rule while including instances from the family table during checkout.
User Guide References:
Field Summary
static final int
_SERVER_INCLUDE_ALL
Integer value of enum value "SERVER_INCLUDE_ALL"
All the instances of the selected object are checked out.
SERVER_INCLUDE_ALL
Object value of enum value "SERVER_INCLUDE_ALL"
All the instances of the selected object are checked out.
static final int
_SERVER_INCLUDE_SELECTED
Integer value of enum value "SERVER_INCLUDE_SELECTED"
The application can select the family table instance members to be included during checkout.
SERVER_INCLUDE_SELECTED
Object value of enum value "SERVER_INCLUDE_SELECTED"
The application can select the family table instance members to be included during checkout.
static final int
_SERVER_INCLUDE_NONE
Integer value of enum value "SERVER_INCLUDE_NONE"
No additional instances from the family table are added to the object list.
SERVER_INCLUDE_NONE
Object value of enum value "SERVER_INCLUDE_NONE"
No additional instances from the family table are added to the object list.
static final int
_ServerIncludeInstances_null
Enum null value.
Method Summary
FromInt (int value)
Creates enum object from an integer.
FromInt (Integer value)
Creates enum object from an integer object.
int
Returns enum object value as an integer.
Method Detail
getValue
int
getValue
()
Returns enum object value as an integer.
Returns:
Integer enum value.
FromInt
FromInt
(int value)
Creates enum object from an integer.
Parameters:
value
Input integer value.
Returns:
Enum value object.
FromInt
FromInt
(Integer value)
Creates enum object from an integer object.
Parameters:
value
Input integer object.
Returns:
Enum value object.
Was this helpful?