Library | Package Java Toolkit

Class DrawingViewSectionAreaType

package com.ptc.wfc.wfcView2D;

public class DrawingViewSectionAreaType
  implements jxenum



Description

 



Field Summary
static final int_VIEW_SECTION_AREA_FULL
    Integer value of enum value "VIEW_SECTION_AREA_FULL"
    
static final DrawingViewSectionAreaTypeVIEW_SECTION_AREA_FULL
    Object value of enum value "VIEW_SECTION_AREA_FULL"
    
static final int_VIEW_SECTION_AREA_HALF
    Integer value of enum value "VIEW_SECTION_AREA_HALF"
    
static final DrawingViewSectionAreaTypeVIEW_SECTION_AREA_HALF
    Object value of enum value "VIEW_SECTION_AREA_HALF"
    
static final int_VIEW_SECTION_AREA_LOCAL
    Integer value of enum value "VIEW_SECTION_AREA_LOCAL"
    
static final DrawingViewSectionAreaTypeVIEW_SECTION_AREA_LOCAL
    Object value of enum value "VIEW_SECTION_AREA_LOCAL"
    
static final int_VIEW_SECTION_AREA_UNFOLD
    Integer value of enum value "VIEW_SECTION_AREA_UNFOLD"
    
static final DrawingViewSectionAreaTypeVIEW_SECTION_AREA_UNFOLD
    Object value of enum value "VIEW_SECTION_AREA_UNFOLD"
    
static final int_VIEW_SECTION_AREA_ALIGNED
    Integer value of enum value "VIEW_SECTION_AREA_ALIGNED"
    
static final DrawingViewSectionAreaTypeVIEW_SECTION_AREA_ALIGNED
    Object value of enum value "VIEW_SECTION_AREA_ALIGNED"
    
static final int_DrawingViewSectionAreaType_null
    Enum null value.

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


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


FromInt

static DrawingViewSectionAreaTypeFromInt (Integer value)


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