Library | Package Java Toolkit

Class DimBound

package com.ptc.wfc.wfcDimension;

public class DimBound
  implements jxenum



Description





Field Summary
static final int_DIM_BOUND_NOMINAL
    Integer value of enum value "DIM_BOUND_NOMINAL"
    
static final DimBoundDIM_BOUND_NOMINAL
    Object value of enum value "DIM_BOUND_NOMINAL"
    
static final int_DIM_BOUND_UPPER
    Integer value of enum value "DIM_BOUND_UPPER"
    
static final DimBoundDIM_BOUND_UPPER
    Object value of enum value "DIM_BOUND_UPPER"
    
static final int_DIM_BOUND_LOWER
    Integer value of enum value "DIM_BOUND_LOWER"
    
static final DimBoundDIM_BOUND_LOWER
    Object value of enum value "DIM_BOUND_LOWER"
    
static final int_DIM_BOUND_MIDDLE
    Integer value of enum value "DIM_BOUND_MIDDLE"
    
static final DimBoundDIM_BOUND_MIDDLE
    Object value of enum value "DIM_BOUND_MIDDLE"
    
static final int_DimBound_null
    Enum null value.

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


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


FromInt

static DimBoundFromInt (Integer value)


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