Library | Package Java Toolkit

Class DatumObjectType

package com.ptc.wfc.wfcGeometry;

public class DatumObjectType
  implements jxenum



Description

The datum object type.



Field Summary
static final int_DATUM_CURVE
    Integer value of enum value "DATUM_CURVE"
     
static final DatumObjectTypeDATUM_CURVE
    Object value of enum value "DATUM_CURVE"
     
static final int_DATUM_PLANE
    Integer value of enum value "DATUM_PLANE"
     
static final DatumObjectTypeDATUM_PLANE
    Object value of enum value "DATUM_PLANE"
     
static final int_DATUM_CSYS
    Integer value of enum value "DATUM_CSYS"
     
static final DatumObjectTypeDATUM_CSYS
    Object value of enum value "DATUM_CSYS"
     
static final int_DatumObjectType_null
    Enum null value.

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


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


FromInt

static DatumObjectTypeFromInt (Integer value)


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