Library | Package Java Toolkit

Class ParamLockstatus

package com.ptc.wfc.wfcModelItem;

public class ParamLockstatus
  implements jxenum



Description

Type of Paramter Lock Status



Field Summary
static final int_PARAMLOCKSTATUS_UNLOCKED
    Integer value of enum value "PARAMLOCKSTATUS_UNLOCKED"
    Unlocked
static final ParamLockstatusPARAMLOCKSTATUS_UNLOCKED
    Object value of enum value "PARAMLOCKSTATUS_UNLOCKED"
    Unlocked
static final int_PARAMLOCKSTATUS_LIMITED
    Integer value of enum value "PARAMLOCKSTATUS_LIMITED"
    Limited access
static final ParamLockstatusPARAMLOCKSTATUS_LIMITED
    Object value of enum value "PARAMLOCKSTATUS_LIMITED"
    Limited access
static final int_PARAMLOCKSTATUS_LOCKED
    Integer value of enum value "PARAMLOCKSTATUS_LOCKED"
    Locked
static final ParamLockstatusPARAMLOCKSTATUS_LOCKED
    Object value of enum value "PARAMLOCKSTATUS_LOCKED"
    Locked
static final int_ParamLockstatus_null
    Enum null value.

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


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


FromInt

static ParamLockstatusFromInt (Integer value)


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