Library | Package Java Toolkit

Class CombStateAnnotationOption

package com.ptc.wfc.wfcCombState;

public class CombStateAnnotationOption
  implements jxenum



Description

 



Field Summary
static final int_COMBSTATE_ANNOTATION_SHOW
    Integer value of enum value "COMBSTATE_ANNOTATION_SHOW"
     
static final CombStateAnnotationOptionCOMBSTATE_ANNOTATION_SHOW
    Object value of enum value "COMBSTATE_ANNOTATION_SHOW"
     
static final int_COMBSTATE_ANNOTATION_ERASE
    Integer value of enum value "COMBSTATE_ANNOTATION_ERASE"
     
static final CombStateAnnotationOptionCOMBSTATE_ANNOTATION_ERASE
    Object value of enum value "COMBSTATE_ANNOTATION_ERASE"
     
static final int_CombStateAnnotationOption_null
    Enum null value.

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


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


FromInt

static CombStateAnnotationOptionFromInt (Integer value)


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