Library | Package Java Toolkit

Class UnitSystemType

package com.ptc.pfc.pfcUnits;

public class UnitSystemType
  implements jxenum



Description

This enumerated type lists different types of unit systems.



Field Summary
static final int_UNIT_SYSTEM_MASS_LENGTH_TIME
    Integer value of enum value "UNIT_SYSTEM_MASS_LENGTH_TIME"
     This specifies the MLT type of unit system.
static final UnitSystemTypeUNIT_SYSTEM_MASS_LENGTH_TIME
    Object value of enum value "UNIT_SYSTEM_MASS_LENGTH_TIME"
     This specifies the MLT type of unit system.
static final int_UNIT_SYSTEM_FORCE_LENGTH_TIME
    Integer value of enum value "UNIT_SYSTEM_FORCE_LENGTH_TIME"
     This specifies the FLT type of unit system.
static final UnitSystemTypeUNIT_SYSTEM_FORCE_LENGTH_TIME
    Object value of enum value "UNIT_SYSTEM_FORCE_LENGTH_TIME"
     This specifies the FLT type of unit system.
static final int_UnitSystemType_null
    Enum null value.

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


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


FromInt

static UnitSystemTypeFromInt (Integer value)


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