API Documentation > Classes > Class ParamLockstatus
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 ParamLockstatus
PARAMLOCKSTATUS_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 ParamLockstatus
PARAMLOCKSTATUS_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 ParamLockstatus
PARAMLOCKSTATUS_LOCKED
Object value of enum value "PARAMLOCKSTATUS_LOCKED"
Locked
static final int
_ParamLockstatus_null
Enum null value.
Field Summary
static final int
Integer value of enum value "PARAMLOCKSTATUS_UNLOCKED"
Unlocked
static final ParamLockstatus
Object value of enum value "PARAMLOCKSTATUS_UNLOCKED"
Unlocked
static final int
Integer value of enum value "PARAMLOCKSTATUS_LIMITED"
Limited access
static final ParamLockstatus
Object value of enum value "PARAMLOCKSTATUS_LIMITED"
Limited access
static final int
Integer value of enum value "PARAMLOCKSTATUS_LOCKED"
Locked
static final ParamLockstatus
Object value of enum value "PARAMLOCKSTATUS_LOCKED"
Locked
static final int
Enum null value.
Method Summary
FromInt (int value)
Creates enum object from an integer.
FromInt (Integer value)
Creates enum object from an integer object.
int
Returns enum object value as an integer.
Method Detail
getValue
int
getValue
()
Returns enum object value as an integer.
Returns:
Integer enum value.
FromInt
FromInt
(int value)
Creates enum object from an integer.
Parameters:
value
Input integer value.
Returns:
Enum value object.
FromInt
FromInt
(Integer value)
Creates enum object from an integer object.
Parameters:
value
Input integer object.
Returns:
Enum value object.
Was this helpful?