Library | Package Java Toolkit

Class DimOrdinateStandard

package com.ptc.wfc.wfcDimension;

public class DimOrdinateStandard
  implements jxenum



Description





Field Summary
static final int_DIM_ORDSTD_DEFAULT
    Integer value of enum value "DIM_ORDSTD_DEFAULT"
    
static final DimOrdinateStandardDIM_ORDSTD_DEFAULT
    Object value of enum value "DIM_ORDSTD_DEFAULT"
    
static final int_DIM_ORDSTD_ANSI
    Integer value of enum value "DIM_ORDSTD_ANSI"
    
static final DimOrdinateStandardDIM_ORDSTD_ANSI
    Object value of enum value "DIM_ORDSTD_ANSI"
    
static final int_DIM_ORDSTD_JIS
    Integer value of enum value "DIM_ORDSTD_JIS"
    
static final DimOrdinateStandardDIM_ORDSTD_JIS
    Object value of enum value "DIM_ORDSTD_JIS"
    
static final int_DIM_ORDSTD_ISO
    Integer value of enum value "DIM_ORDSTD_ISO"
    
static final DimOrdinateStandardDIM_ORDSTD_ISO
    Object value of enum value "DIM_ORDSTD_ISO"
    
static final int_DIM_ORDSTD_DIN
    Integer value of enum value "DIM_ORDSTD_DIN"
    
static final DimOrdinateStandardDIM_ORDSTD_DIN
    Object value of enum value "DIM_ORDSTD_DIN"
    
static final int_DIM_ORDSTD_SAME_AS_3D
    Integer value of enum value "DIM_ORDSTD_SAME_AS_3D"
    
static final DimOrdinateStandardDIM_ORDSTD_SAME_AS_3D
    Object value of enum value "DIM_ORDSTD_SAME_AS_3D"
    
static final int_DimOrdinateStandard_null
    Enum null value.

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


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


FromInt

static DimOrdinateStandardFromInt (Integer value)


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