Library | Package Java Toolkit

Class DrawingViewSectionType

package com.ptc.wfc.wfcView2D;

public class DrawingViewSectionType
  implements jxenum



Description

 



Field Summary
static final int_VIEW_NO_SECTION
    Integer value of enum value "VIEW_NO_SECTION"
    
static final DrawingViewSectionTypeVIEW_NO_SECTION
    Object value of enum value "VIEW_NO_SECTION"
    
static final int_VIEW_TOTAL_SECTION
    Integer value of enum value "VIEW_TOTAL_SECTION"
    
static final DrawingViewSectionTypeVIEW_TOTAL_SECTION
    Object value of enum value "VIEW_TOTAL_SECTION"
    
static final int_VIEW_AREA_SECTION
    Integer value of enum value "VIEW_AREA_SECTION"
    
static final DrawingViewSectionTypeVIEW_AREA_SECTION
    Object value of enum value "VIEW_AREA_SECTION"
    
static final int_VIEW_PART_SURF_SECTION
    Integer value of enum value "VIEW_PART_SURF_SECTION"
    
static final DrawingViewSectionTypeVIEW_PART_SURF_SECTION
    Object value of enum value "VIEW_PART_SURF_SECTION"
    
static final int_VIEW_3D_SECTION
    Integer value of enum value "VIEW_3D_SECTION"
    
static final DrawingViewSectionTypeVIEW_3D_SECTION
    Object value of enum value "VIEW_3D_SECTION"
    
static final int_DrawingViewSectionType_null
    Enum null value.

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


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


FromInt

static DrawingViewSectionTypeFromInt (Integer value)


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