Library | Package Java Toolkit

Class ViewDetailBoundaryType

package com.ptc.wfc.wfcView2D;

public class ViewDetailBoundaryType
  implements jxenum



Description

 



Field Summary
static final int_DETAIL_BOUNDARY_CIRCLE
    Integer value of enum value "DETAIL_BOUNDARY_CIRCLE"
    
static final ViewDetailBoundaryTypeDETAIL_BOUNDARY_CIRCLE
    Object value of enum value "DETAIL_BOUNDARY_CIRCLE"
    
static final int_DETAIL_BOUNDARY_ELLIPSE
    Integer value of enum value "DETAIL_BOUNDARY_ELLIPSE"
    
static final ViewDetailBoundaryTypeDETAIL_BOUNDARY_ELLIPSE
    Object value of enum value "DETAIL_BOUNDARY_ELLIPSE"
    
static final int_DETAIL_BOUNDARY_HORZ_VER_ELLIPSE
    Integer value of enum value "DETAIL_BOUNDARY_HORZ_VER_ELLIPSE"
    
static final ViewDetailBoundaryTypeDETAIL_BOUNDARY_HORZ_VER_ELLIPSE
    Object value of enum value "DETAIL_BOUNDARY_HORZ_VER_ELLIPSE"
    
static final int_DETAIL_BOUNDARY_SPLINE
    Integer value of enum value "DETAIL_BOUNDARY_SPLINE"
    
static final ViewDetailBoundaryTypeDETAIL_BOUNDARY_SPLINE
    Object value of enum value "DETAIL_BOUNDARY_SPLINE"
    
static final int_DETAIL_BOUNDARY_ASME_CIRCLE
    Integer value of enum value "DETAIL_BOUNDARY_ASME_CIRCLE"
    
static final ViewDetailBoundaryTypeDETAIL_BOUNDARY_ASME_CIRCLE
    Object value of enum value "DETAIL_BOUNDARY_ASME_CIRCLE"
    
static final int_ViewDetailBoundaryType_null
    Enum null value.

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


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


FromInt

static ViewDetailBoundaryTypeFromInt (Integer value)


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