Library | Package Java Toolkit

Class IndustryStandard

package com.ptc.wfc.wfcModel;

public class IndustryStandard
  implements jxenum



Description

 



Field Summary
static final int_STANDARD_ANSI
    Integer value of enum value "STANDARD_ANSI"
     
static final IndustryStandardSTANDARD_ANSI
    Object value of enum value "STANDARD_ANSI"
     
static final int_STANDARD_ISO
    Integer value of enum value "STANDARD_ISO"
     
static final IndustryStandardSTANDARD_ISO
    Object value of enum value "STANDARD_ISO"
     
static final int_IndustryStandard_null
    Enum null value.

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


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


FromInt

static IndustryStandardFromInt (Integer value)


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