API Documentation > Classes > Class DimensionDisplayFormat
Class DimensionDisplayFormat

package com.ptc.wfc.wfcDimension;

public class
DimensionDisplayFormat
implements
jxenum


Description
Field Summary
static final int
_DIM_DISPLAY_DECIMAL
Integer value of enum value "DIM_DISPLAY_DECIMAL"
DIM_DISPLAY_DECIMAL
Object value of enum value "DIM_DISPLAY_DECIMAL"
static final int
_DIM_DISPLAY_FRACTIONAL
Integer value of enum value "DIM_DISPLAY_FRACTIONAL"
DIM_DISPLAY_FRACTIONAL
Object value of enum value "DIM_DISPLAY_FRACTIONAL"
static final int
_DimensionDisplayFormat_null
Enum null value.
Field Summary
static final int
Integer value of enum value "DIM_DISPLAY_DECIMAL"
Object value of enum value "DIM_DISPLAY_DECIMAL"
static final int
Integer value of enum value "DIM_DISPLAY_FRACTIONAL"
Object value of enum value "DIM_DISPLAY_FRACTIONAL"
static final int
Enum null value.
Method Summary
FromInt (int value)
Creates enum object from an integer.
FromInt (Integer value)
Creates enum object from an integer object.
int
Returns enum object value as an integer.
Method Detail
getValue
int
getValue
()
Returns enum object value as an integer.
Returns:
Integer enum value.
FromInt
FromInt
(int value)
Creates enum object from an integer.
Parameters:
value
Input integer value.
Returns:
Enum value object.
FromInt
FromInt
(Integer value)
Creates enum object from an integer object.
Parameters:
value
Input integer object.
Returns:
Enum value object.
Was this helpful?