Library | Package Java Toolkit

Class FamilyTableStatus

package com.ptc.wfc.wfcFamily;

public class FamilyTableStatus
  implements jxenum



Description

Check family table validity.



Field Summary
static final int_FAMILY_TABLE_NONE
    Integer value of enum value "FAMILY_TABLE_NONE"
    No family table is found.
static final FamilyTableStatusFAMILY_TABLE_NONE
    Object value of enum value "FAMILY_TABLE_NONE"
    No family table is found.
static final int_FAMILY_TABLE_VALID_AND_NOT_EMPTY
    Integer value of enum value "FAMILY_TABLE_VALID_AND_NOT_EMPTY"
    Family table is found and is not empty.
static final FamilyTableStatusFAMILY_TABLE_VALID_AND_NOT_EMPTY
    Object value of enum value "FAMILY_TABLE_VALID_AND_NOT_EMPTY"
    Family table is found and is not empty.
static final int_FAMILY_TABLE_VALID_AND_EMPTY
    Integer value of enum value "FAMILY_TABLE_VALID_AND_EMPTY"
    Family table is found but is empty.
static final FamilyTableStatusFAMILY_TABLE_VALID_AND_EMPTY
    Object value of enum value "FAMILY_TABLE_VALID_AND_EMPTY"
    Family table is found but is empty.
static final int_FamilyTableStatus_null
    Enum null value.

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


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


FromInt

static FamilyTableStatusFromInt (Integer value)


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