Library | Package Java Toolkit

Class AnnotationRefFilter

package com.ptc.wfc.wfcAnnotation;

public class AnnotationRefFilter
  implements jxenum



Description

 



Field Summary
static final int_ANNOTATION_REF_ALL
    Integer value of enum value "ANNOTATION_REF_ALL"
     
static final AnnotationRefFilterANNOTATION_REF_ALL
    Object value of enum value "ANNOTATION_REF_ALL"
     
static final int_ANNOTATION_REF_WEAK
    Integer value of enum value "ANNOTATION_REF_WEAK"
     
static final AnnotationRefFilterANNOTATION_REF_WEAK
    Object value of enum value "ANNOTATION_REF_WEAK"
     
static final int_ANNOTATION_REF_STRONG
    Integer value of enum value "ANNOTATION_REF_STRONG"
     
static final AnnotationRefFilterANNOTATION_REF_STRONG
    Object value of enum value "ANNOTATION_REF_STRONG"
     
static final int_AnnotationRefFilter_null
    Enum null value.

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


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


FromInt

static AnnotationRefFilterFromInt (Integer value)


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