Library | Package Java Toolkit

Class DrawingViewVisibleareaType

package com.ptc.wfc.wfcView2D;

public class DrawingViewVisibleareaType
  implements jxenum



Description

 



Field Summary
static final int_VIEW_FULL_AREA
    Integer value of enum value "VIEW_FULL_AREA"
    
static final DrawingViewVisibleareaTypeVIEW_FULL_AREA
    Object value of enum value "VIEW_FULL_AREA"
    
static final int_VIEW_HALF_AREA
    Integer value of enum value "VIEW_HALF_AREA"
    
static final DrawingViewVisibleareaTypeVIEW_HALF_AREA
    Object value of enum value "VIEW_HALF_AREA"
    
static final int_VIEW_BROKEN_AREA
    Integer value of enum value "VIEW_BROKEN_AREA"
    
static final DrawingViewVisibleareaTypeVIEW_BROKEN_AREA
    Object value of enum value "VIEW_BROKEN_AREA"
    
static final int_VIEW_PARTIAL_AREA
    Integer value of enum value "VIEW_PARTIAL_AREA"
    
static final DrawingViewVisibleareaTypeVIEW_PARTIAL_AREA
    Object value of enum value "VIEW_PARTIAL_AREA"
    
static final int_DrawingViewVisibleareaType_null
    Enum null value.

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


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


FromInt

static DrawingViewVisibleareaTypeFromInt (Integer value)


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