Library | Package Java Toolkit

Class View2DType

package com.ptc.pfc.pfcView2D;

public class View2DType
  implements jxenum



Description

This enumerated type contains the type of drawing view to be created.



Field Summary
static final int_DRAWVIEW_GENERAL
    Integer value of enum value "DRAWVIEW_GENERAL"
    A general drawing view.
static final View2DTypeDRAWVIEW_GENERAL
    Object value of enum value "DRAWVIEW_GENERAL"
    A general drawing view.
static final int_DRAWVIEW_PROJECTION
    Integer value of enum value "DRAWVIEW_PROJECTION"
    A projected drawing view.
static final View2DTypeDRAWVIEW_PROJECTION
    Object value of enum value "DRAWVIEW_PROJECTION"
    A projected drawing view.
static final int_DRAWVIEW_AUXILIARY
    Integer value of enum value "DRAWVIEW_AUXILIARY"
     
static final View2DTypeDRAWVIEW_AUXILIARY
    Object value of enum value "DRAWVIEW_AUXILIARY"
     
static final int_DRAWVIEW_DETAIL
    Integer value of enum value "DRAWVIEW_DETAIL"
     
static final View2DTypeDRAWVIEW_DETAIL
    Object value of enum value "DRAWVIEW_DETAIL"
     
static final int_DRAWVIEW_REVOLVE
    Integer value of enum value "DRAWVIEW_REVOLVE"
     
static final View2DTypeDRAWVIEW_REVOLVE
    Object value of enum value "DRAWVIEW_REVOLVE"
     
static final int_DRAWVIEW_COPY_AND_ALIGN
    Integer value of enum value "DRAWVIEW_COPY_AND_ALIGN"
     
static final View2DTypeDRAWVIEW_COPY_AND_ALIGN
    Object value of enum value "DRAWVIEW_COPY_AND_ALIGN"
     
static final int_DRAWVIEW_OF_FLAT_TYPE
    Integer value of enum value "DRAWVIEW_OF_FLAT_TYPE"
     
static final View2DTypeDRAWVIEW_OF_FLAT_TYPE
    Object value of enum value "DRAWVIEW_OF_FLAT_TYPE"
     
static final int_View2DType_null
    Enum null value.

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


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


FromInt

static View2DTypeFromInt (Integer value)


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