Library | Package Java Toolkit

Class AnnotationRefType

package com.ptc.wfc.wfcAnnotation;

public class AnnotationRefType
  implements jxenum



Description

 



Field Summary
static final int_ANNOT_REF_SINGLE
    Integer value of enum value "ANNOT_REF_SINGLE"
     
static final AnnotationRefTypeANNOT_REF_SINGLE
    Object value of enum value "ANNOT_REF_SINGLE"
     
static final int_ANNOT_REF_CRV_COLLECTION
    Integer value of enum value "ANNOT_REF_CRV_COLLECTION"
     
static final AnnotationRefTypeANNOT_REF_CRV_COLLECTION
    Object value of enum value "ANNOT_REF_CRV_COLLECTION"
     
static final int_ANNOT_REF_SRF_COLLECTION
    Integer value of enum value "ANNOT_REF_SRF_COLLECTION"
     
static final AnnotationRefTypeANNOT_REF_SRF_COLLECTION
    Object value of enum value "ANNOT_REF_SRF_COLLECTION"
     
static final int_AnnotationRefType_null
    Enum null value.

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


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


FromInt

static AnnotationRefTypeFromInt (Integer value)


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