Library | Package Java Toolkit

Class GTolIndicatorType

package com.ptc.wfc.wfcGTol;

public class GTolIndicatorType
  implements jxenum



Description

 



Field Summary
static final int_GTOL_INDICATOR_DIRECTION_FEAT
    Integer value of enum value "GTOL_INDICATOR_DIRECTION_FEAT"
    
static final GTolIndicatorTypeGTOL_INDICATOR_DIRECTION_FEAT
    Object value of enum value "GTOL_INDICATOR_DIRECTION_FEAT"
    
static final int_GTOL_INDICATOR_COLLECTION_PLANE
    Integer value of enum value "GTOL_INDICATOR_COLLECTION_PLANE"
    
static final GTolIndicatorTypeGTOL_INDICATOR_COLLECTION_PLANE
    Object value of enum value "GTOL_INDICATOR_COLLECTION_PLANE"
    
static final int_GTOL_INDICATOR_INTERSECTION_PLANE
    Integer value of enum value "GTOL_INDICATOR_INTERSECTION_PLANE"
    
static final GTolIndicatorTypeGTOL_INDICATOR_INTERSECTION_PLANE
    Object value of enum value "GTOL_INDICATOR_INTERSECTION_PLANE"
    
static final int_GTOL_INDICATOR_ORIENTATION_PLANE
    Integer value of enum value "GTOL_INDICATOR_ORIENTATION_PLANE"
    
static final GTolIndicatorTypeGTOL_INDICATOR_ORIENTATION_PLANE
    Object value of enum value "GTOL_INDICATOR_ORIENTATION_PLANE"
    
static final int_GTolIndicatorType_null
    Enum null value.

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


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


FromInt

static GTolIndicatorTypeFromInt (Integer value)


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