Library | Package Java Toolkit

Class ColorRGBVersion

package com.ptc.wfc.wfcDisplay;

public class ColorRGBVersion
  implements jxenum



Description

 



Field Summary
static final int_COLORRGB_STANDARD_VERSION
    Integer value of enum value "COLORRGB_STANDARD_VERSION"
     
static final ColorRGBVersionCOLORRGB_STANDARD_VERSION
    Object value of enum value "COLORRGB_STANDARD_VERSION"
     
static final int_COLORRGB_PRE_WILDFIRE_VERSION
    Integer value of enum value "COLORRGB_PRE_WILDFIRE_VERSION"
     
static final ColorRGBVersionCOLORRGB_PRE_WILDFIRE_VERSION
    Object value of enum value "COLORRGB_PRE_WILDFIRE_VERSION"
     
static final int_ColorRGBVersion_null
    Enum null value.

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


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


FromInt

static ColorRGBVersionFromInt (Integer value)


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