Library | Package Java Toolkit

Class DimPointType

package com.ptc.pfc.pfcDimension;

public class DimPointType
  implements jxenum



Description

 



Field Summary
static final int_DIMENSION_POINT_END1
    Integer value of enum value "DIMENSION_POINT_END1"
     
static final DimPointTypeDIMENSION_POINT_END1
    Object value of enum value "DIMENSION_POINT_END1"
     
static final int_DIMENSION_POINT_END2
    Integer value of enum value "DIMENSION_POINT_END2"
     
static final DimPointTypeDIMENSION_POINT_END2
    Object value of enum value "DIMENSION_POINT_END2"
     
static final int_DIMENSION_POINT_CENTER
    Integer value of enum value "DIMENSION_POINT_CENTER"
     
static final DimPointTypeDIMENSION_POINT_CENTER
    Object value of enum value "DIMENSION_POINT_CENTER"
     
static final int_DIMENSION_POINT_NONE
    Integer value of enum value "DIMENSION_POINT_NONE"
     
static final DimPointTypeDIMENSION_POINT_NONE
    Object value of enum value "DIMENSION_POINT_NONE"
     
static final int_DIMENSION_POINT_MIDPOINT
    Integer value of enum value "DIMENSION_POINT_MIDPOINT"
     
static final DimPointTypeDIMENSION_POINT_MIDPOINT
    Object value of enum value "DIMENSION_POINT_MIDPOINT"
     
static final int_DimPointType_null
    Enum null value.

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


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


FromInt

static DimPointTypeFromInt (Integer value)


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