Library | Package Java Toolkit

Class AnnotationPlaneType

package com.ptc.wfc.wfcAnnotation;

public class AnnotationPlaneType
  implements jxenum



Description

 



Field Summary
static final int_ANNOTATION_PLANE_REFERENCE
    Integer value of enum value "ANNOTATION_PLANE_REFERENCE"
     
static final AnnotationPlaneTypeANNOTATION_PLANE_REFERENCE
    Object value of enum value "ANNOTATION_PLANE_REFERENCE"
     
static final int_ANNOTATION_PLANE_NAMED_VIEW
    Integer value of enum value "ANNOTATION_PLANE_NAMED_VIEW"
     
static final AnnotationPlaneTypeANNOTATION_PLANE_NAMED_VIEW
    Object value of enum value "ANNOTATION_PLANE_NAMED_VIEW"
     
static final int_ANNOTATION_PLANE_FLATTOSCREEN_BY_MODELPNT
    Integer value of enum value "ANNOTATION_PLANE_FLATTOSCREEN_BY_MODELPNT"
     
static final AnnotationPlaneTypeANNOTATION_PLANE_FLATTOSCREEN_BY_MODELPNT
    Object value of enum value "ANNOTATION_PLANE_FLATTOSCREEN_BY_MODELPNT"
     
static final int_ANNOTATION_PLANE_FLATTOSCREEN_BY_SCREENPNT
    Integer value of enum value "ANNOTATION_PLANE_FLATTOSCREEN_BY_SCREENPNT"
     
static final AnnotationPlaneTypeANNOTATION_PLANE_FLATTOSCREEN_BY_SCREENPNT
    Object value of enum value "ANNOTATION_PLANE_FLATTOSCREEN_BY_SCREENPNT"
     
static final int_ANNOTATION_PLANE_FLATTOSCREEN_LEGACY
    Integer value of enum value "ANNOTATION_PLANE_FLATTOSCREEN_LEGACY"
     
static final AnnotationPlaneTypeANNOTATION_PLANE_FLATTOSCREEN_LEGACY
    Object value of enum value "ANNOTATION_PLANE_FLATTOSCREEN_LEGACY"
     
static final int_AnnotationPlaneType_null
    Enum null value.

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


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


FromInt

static AnnotationPlaneTypeFromInt (Integer value)


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