Library | Package Java Toolkit

Class CableDisplayStyle

package com.ptc.pfc.pfcBase;

public class CableDisplayStyle
  implements jxenum



Description

This enumerated type represents the the cable display options.
See Also:
ViewDisplay



Field Summary
static final int_CABLEDISP_DEFAULT
    Integer value of enum value "CABLEDISP_DEFAULT"
    Default cable display stauts.
static final CableDisplayStyleCABLEDISP_DEFAULT
    Object value of enum value "CABLEDISP_DEFAULT"
    Default cable display stauts.
static final int_CABLEDISP_CENTERLINE
    Integer value of enum value "CABLEDISP_CENTERLINE"
    Centerline of cables will be displayed.
static final CableDisplayStyleCABLEDISP_CENTERLINE
    Object value of enum value "CABLEDISP_CENTERLINE"
    Centerline of cables will be displayed.
static final int_CABLEDISP_THICK
    Integer value of enum value "CABLEDISP_THICK"
    Thick cables will be displayed.
static final CableDisplayStyleCABLEDISP_THICK
    Object value of enum value "CABLEDISP_THICK"
    Thick cables will be displayed.
static final int_CableDisplayStyle_null
    Enum null value.

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


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


FromInt

static CableDisplayStyleFromInt (Integer value)


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