Library | Package Java Toolkit

Class AnnotationRefFromType

package com.ptc.wfc.wfcAnnotation;

public class AnnotationRefFromType
  implements jxenum



Description

 



Field Summary
static final int_ANNOT_REF_FROM_ALL
    Integer value of enum value "ANNOT_REF_FROM_ALL"
     
static final AnnotationRefFromTypeANNOT_REF_FROM_ALL
    Object value of enum value "ANNOT_REF_FROM_ALL"
     
static final int_ANNOT_REF_FROM_ANNOTATION
    Integer value of enum value "ANNOT_REF_FROM_ANNOTATION"
     
static final AnnotationRefFromTypeANNOT_REF_FROM_ANNOTATION
    Object value of enum value "ANNOT_REF_FROM_ANNOTATION"
     
static final int_ANNOT_REF_FROM_USER
    Integer value of enum value "ANNOT_REF_FROM_USER"
     
static final AnnotationRefFromTypeANNOT_REF_FROM_USER
    Object value of enum value "ANNOT_REF_FROM_USER"
     
static final int_AnnotationRefFromType_null
    Enum null value.

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


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


FromInt

static AnnotationRefFromTypeFromInt (Integer value)


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