Library | Package Java Toolkit

Class CommandAccess

package com.ptc.pfc.pfcCommand;

public class CommandAccess
  implements jxenum



Description

 



Field Summary
static final int_ACCESS_AVAILABLE
    Integer value of enum value "ACCESS_AVAILABLE"
     
static final CommandAccessACCESS_AVAILABLE
    Object value of enum value "ACCESS_AVAILABLE"
     
static final int_ACCESS_UNAVAILABLE
    Integer value of enum value "ACCESS_UNAVAILABLE"
     
static final CommandAccessACCESS_UNAVAILABLE
    Object value of enum value "ACCESS_UNAVAILABLE"
     
static final int_ACCESS_INVISIBLE
    Integer value of enum value "ACCESS_INVISIBLE"
     
static final CommandAccessACCESS_INVISIBLE
    Object value of enum value "ACCESS_INVISIBLE"
     
static final int_ACCESS_REMOVE
    Integer value of enum value "ACCESS_REMOVE"
     
static final CommandAccessACCESS_REMOVE
    Object value of enum value "ACCESS_REMOVE"
     
static final int_ACCESS_DISALLOW
    Integer value of enum value "ACCESS_DISALLOW"
     
static final CommandAccessACCESS_DISALLOW
    Object value of enum value "ACCESS_DISALLOW"
     
static final int_CommandAccess_null
    Enum null value.

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


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


FromInt

static CommandAccessFromInt (Integer value)


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