Library | Package Java Toolkit

Class DisplayStatus

package com.ptc.pfc.pfcLayer;

public class DisplayStatus
  implements jxenum



Description

This enumerated type lists the possible values for the display status of a layer.



Field Summary
static final int_LAYER_NORMAL
    Integer value of enum value "LAYER_NORMAL"
    A normal layer.
static final DisplayStatusLAYER_NORMAL
    Object value of enum value "LAYER_NORMAL"
    A normal layer.
static final int_LAYER_DISPLAY
    Integer value of enum value "LAYER_DISPLAY"
    A layer selected for display.
static final DisplayStatusLAYER_DISPLAY
    Object value of enum value "LAYER_DISPLAY"
    A layer selected for display.
static final int_LAYER_BLANK
    Integer value of enum value "LAYER_BLANK"
    A blanked layer.
static final DisplayStatusLAYER_BLANK
    Object value of enum value "LAYER_BLANK"
    A blanked layer.
static final int_LAYER_HIDDEN
    Integer value of enum value "LAYER_HIDDEN"
    A hidden layer. This applies to Assembly mode only.
static final DisplayStatusLAYER_HIDDEN
    Object value of enum value "LAYER_HIDDEN"
    A hidden layer. This applies to Assembly mode only.
static final int_DisplayStatus_null
    Enum null value.

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


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


FromInt

static DisplayStatusFromInt (Integer value)


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