Library | Package Java Toolkit

Class DrawingViewOrientationRefType

package com.ptc.wfc.wfcView2D;

public class DrawingViewOrientationRefType
  implements jxenum



Description

 



Field Summary
static final int_VIEW_ORIENTATION_REF_FRONT
    Integer value of enum value "VIEW_ORIENTATION_REF_FRONT"
    
static final DrawingViewOrientationRefTypeVIEW_ORIENTATION_REF_FRONT
    Object value of enum value "VIEW_ORIENTATION_REF_FRONT"
    
static final int_VIEW_ORIENTATION_REF_BACK
    Integer value of enum value "VIEW_ORIENTATION_REF_BACK"
    
static final DrawingViewOrientationRefTypeVIEW_ORIENTATION_REF_BACK
    Object value of enum value "VIEW_ORIENTATION_REF_BACK"
    
static final int_VIEW_ORIENTATION_REF_LEFT
    Integer value of enum value "VIEW_ORIENTATION_REF_LEFT"
    
static final DrawingViewOrientationRefTypeVIEW_ORIENTATION_REF_LEFT
    Object value of enum value "VIEW_ORIENTATION_REF_LEFT"
    
static final int_VIEW_ORIENTATION_REF_RIGHT
    Integer value of enum value "VIEW_ORIENTATION_REF_RIGHT"
    
static final DrawingViewOrientationRefTypeVIEW_ORIENTATION_REF_RIGHT
    Object value of enum value "VIEW_ORIENTATION_REF_RIGHT"
    
static final int_VIEW_ORIENTATION_REF_TOP
    Integer value of enum value "VIEW_ORIENTATION_REF_TOP"
    
static final DrawingViewOrientationRefTypeVIEW_ORIENTATION_REF_TOP
    Object value of enum value "VIEW_ORIENTATION_REF_TOP"
    
static final int_VIEW_ORIENTATION_REF_BOTTOM
    Integer value of enum value "VIEW_ORIENTATION_REF_BOTTOM"
    
static final DrawingViewOrientationRefTypeVIEW_ORIENTATION_REF_BOTTOM
    Object value of enum value "VIEW_ORIENTATION_REF_BOTTOM"
    
static final int_VIEW_ORIENTATION_REF_VERTAXIS
    Integer value of enum value "VIEW_ORIENTATION_REF_VERTAXIS"
    
static final DrawingViewOrientationRefTypeVIEW_ORIENTATION_REF_VERTAXIS
    Object value of enum value "VIEW_ORIENTATION_REF_VERTAXIS"
    
static final int_VIEW_ORIENTATION_REF_HORIZAXIS
    Integer value of enum value "VIEW_ORIENTATION_REF_HORIZAXIS"
    
static final DrawingViewOrientationRefTypeVIEW_ORIENTATION_REF_HORIZAXIS
    Object value of enum value "VIEW_ORIENTATION_REF_HORIZAXIS"
    
static final int_DrawingViewOrientationRefType_null
    Enum null value.

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


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


FromInt

static DrawingViewOrientationRefTypeFromInt (Integer value)


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