Library | Package Java Toolkit

Class ViewType

package com.ptc.wfc.wfcView2D;

public class ViewType
  implements jxenum



Description

 



Field Summary
static final int_VIEW_GENERAL
    Integer value of enum value "VIEW_GENERAL"
    
static final ViewTypeVIEW_GENERAL
    Object value of enum value "VIEW_GENERAL"
    
static final int_VIEW_PROJECTION
    Integer value of enum value "VIEW_PROJECTION"
    
static final ViewTypeVIEW_PROJECTION
    Object value of enum value "VIEW_PROJECTION"
    
static final int_VIEW_AUXILIARY
    Integer value of enum value "VIEW_AUXILIARY"
    
static final ViewTypeVIEW_AUXILIARY
    Object value of enum value "VIEW_AUXILIARY"
    
static final int_VIEW_DETAIL
    Integer value of enum value "VIEW_DETAIL"
    
static final ViewTypeVIEW_DETAIL
    Object value of enum value "VIEW_DETAIL"
    
static final int_VIEW_REVOLVE
    Integer value of enum value "VIEW_REVOLVE"
    
static final ViewTypeVIEW_REVOLVE
    Object value of enum value "VIEW_REVOLVE"
    
static final int_VIEW_COPY_AND_ALIGN
    Integer value of enum value "VIEW_COPY_AND_ALIGN"
    
static final ViewTypeVIEW_COPY_AND_ALIGN
    Object value of enum value "VIEW_COPY_AND_ALIGN"
    
static final int_VIEW_OF_FLAT_TYPE
    Integer value of enum value "VIEW_OF_FLAT_TYPE"
    
static final ViewTypeVIEW_OF_FLAT_TYPE
    Object value of enum value "VIEW_OF_FLAT_TYPE"
    
static final int_ViewType_null
    Enum null value.

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


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


FromInt

static ViewTypeFromInt (Integer value)


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