Library | Package Java Toolkit

Class FaminstanceVerifyStatus

package com.ptc.pfc.pfcFamily;

public class FaminstanceVerifyStatus
  implements jxenum



Description

This enumerated type indicates the verification status of a family table instance.



Field Summary
static final int_FAMINST_SUCCESS_VERIFIED
    Integer value of enum value "FAMINST_SUCCESS_VERIFIED"
    The family table instance verification was successful.
static final FaminstanceVerifyStatusFAMINST_SUCCESS_VERIFIED
    Object value of enum value "FAMINST_SUCCESS_VERIFIED"
    The family table instance verification was successful.
static final int_FAMINST_FAILED_VERIFIED
    Integer value of enum value "FAMINST_FAILED_VERIFIED"
    The family table instance verification failed.
static final FaminstanceVerifyStatusFAMINST_FAILED_VERIFIED
    Object value of enum value "FAMINST_FAILED_VERIFIED"
    The family table instance verification failed.
static final int_FAMINST_NOT_VERIFIED
    Integer value of enum value "FAMINST_NOT_VERIFIED"
    The family table instance verification was not attempted.
static final FaminstanceVerifyStatusFAMINST_NOT_VERIFIED
    Object value of enum value "FAMINST_NOT_VERIFIED"
    The family table instance verification was not attempted.
static final int_FaminstanceVerifyStatus_null
    Enum null value.

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


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


FromInt

static FaminstanceVerifyStatusFromInt (Integer value)


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