API Documentation > Classes > Class CommandAccess
Class CommandAccess

package com.ptc.pfc.pfcCommand;

public class
CommandAccess
implements
jxenum


Description
User Guide References:
Field Summary
static final int
_ACCESS_AVAILABLE
Integer value of enum value "ACCESS_AVAILABLE"
static final CommandAccess
ACCESS_AVAILABLE
Object value of enum value "ACCESS_AVAILABLE"
static final int
_ACCESS_UNAVAILABLE
Integer value of enum value "ACCESS_UNAVAILABLE"
static final CommandAccess
ACCESS_UNAVAILABLE
Object value of enum value "ACCESS_UNAVAILABLE"
static final int
_ACCESS_INVISIBLE
Integer value of enum value "ACCESS_INVISIBLE"
static final CommandAccess
ACCESS_INVISIBLE
Object value of enum value "ACCESS_INVISIBLE"
static final int
_ACCESS_REMOVE
Integer value of enum value "ACCESS_REMOVE"
static final CommandAccess
ACCESS_REMOVE
Object value of enum value "ACCESS_REMOVE"
static final int
_ACCESS_DISALLOW
Integer value of enum value "ACCESS_DISALLOW"
static final CommandAccess
ACCESS_DISALLOW
Object value of enum value "ACCESS_DISALLOW"
static final int
_CommandAccess_null
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?