Library | Package Java Toolkit

Class Accuracytype

package com.ptc.wfc.wfcModel;

public class Accuracytype
  implements jxenum



Description

Enum for accuracy type.



Field Summary
static final int_ACCU_NONE
    Integer value of enum value "ACCU_NONE"
     
static final AccuracytypeACCU_NONE
    Object value of enum value "ACCU_NONE"
     
static final int_ACCU_RELATIVE
    Integer value of enum value "ACCU_RELATIVE"
     
static final AccuracytypeACCU_RELATIVE
    Object value of enum value "ACCU_RELATIVE"
     
static final int_ACCU_ABSOLUTE
    Integer value of enum value "ACCU_ABSOLUTE"
     
static final AccuracytypeACCU_ABSOLUTE
    Object value of enum value "ACCU_ABSOLUTE"
     
static final int_Accuracytype_null
    Enum null value.

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


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


FromInt

static AccuracytypeFromInt (Integer value)


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