Library | Package Java Toolkit

Class ServerAutoresolveOption

package com.ptc.pfc.pfcServer;

public class ServerAutoresolveOption
  implements jxenum



Description

Specifies the options for auto-resolving missing references during checkin.



Field Summary
static final int_SERVER_DONT_AUTORESOLVE
    Integer value of enum value "SERVER_DONT_AUTORESOLVE"
     Don't autoresolve references to models missing from the workspace, which may result in a conflict.
static final ServerAutoresolveOptionSERVER_DONT_AUTORESOLVE
    Object value of enum value "SERVER_DONT_AUTORESOLVE"
     Don't autoresolve references to models missing from the workspace, which may result in a conflict.
static final int_SERVER_AUTORESOLVE_IGNORE
    Integer value of enum value "SERVER_AUTORESOLVE_IGNORE"
     Autoresolve missing references by ignoring them completely.
static final ServerAutoresolveOptionSERVER_AUTORESOLVE_IGNORE
    Object value of enum value "SERVER_AUTORESOLVE_IGNORE"
     Autoresolve missing references by ignoring them completely.
static final int_SERVER_AUTORESOLVE_UPDATE_IGNORE
    Integer value of enum value "SERVER_AUTORESOLVE_UPDATE_IGNORE"
     Autoresolve missing references by updating from the database and ignoring them if not found in the database.
static final ServerAutoresolveOptionSERVER_AUTORESOLVE_UPDATE_IGNORE
    Object value of enum value "SERVER_AUTORESOLVE_UPDATE_IGNORE"
     Autoresolve missing references by updating from the database and ignoring them if not found in the database.
static final int_ServerAutoresolveOption_null
    Enum null value.

Method Summary
static ServerAutoresolveOptionFromInt (int value)
    Creates enum object from an integer.
static ServerAutoresolveOptionFromInt (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 ServerAutoresolveOptionFromInt (int value)


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


FromInt

static ServerAutoresolveOptionFromInt (Integer value)


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