Library | Package Java Toolkit

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.



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.
static final ServerIncludeInstancesSERVER_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.
static final ServerIncludeInstancesSERVER_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.
static final ServerIncludeInstancesSERVER_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
static ServerIncludeInstancesFromInt (int value)
    Creates enum object from an integer.
static ServerIncludeInstancesFromInt (Integer value)
    Creates enum object from an integer object.
intgetValue ()
    Returns enum object value as an integer.

Method Detail

getValue

intgetValue ()


    Returns enum object value as an integer.
Returns:
Integer enum value.


FromInt

static ServerIncludeInstancesFromInt (int value)


    Creates enum object from an integer.
Parameters:
value
Input integer value.
Returns:
Enum value object.


FromInt

static ServerIncludeInstancesFromInt (Integer value)


    Creates enum object from an integer object.
Parameters:
value
Input integer object.
Returns:
Enum value object.