Library | Package Java Toolkit

Class AnnotationAttachmentAssociativity

package com.ptc.wfc.wfcAnnotation;

public class AnnotationAttachmentAssociativity
  implements jxenum



Description

 



Field Summary
static final int_ANNOTATTACH_ASSOCIATIVITY_NONE
    Integer value of enum value "ANNOTATTACH_ASSOCIATIVITY_NONE"
     
static final AnnotationAttachmentAssociativityANNOTATTACH_ASSOCIATIVITY_NONE
    Object value of enum value "ANNOTATTACH_ASSOCIATIVITY_NONE"
     
static final int_ANNOTATTACH_ASSOCIATIVITY_PARTIAL
    Integer value of enum value "ANNOTATTACH_ASSOCIATIVITY_PARTIAL"
     
static final AnnotationAttachmentAssociativityANNOTATTACH_ASSOCIATIVITY_PARTIAL
    Object value of enum value "ANNOTATTACH_ASSOCIATIVITY_PARTIAL"
     
static final int_ANNOTATTACH_ASSOCIATIVITY_FULL
    Integer value of enum value "ANNOTATTACH_ASSOCIATIVITY_FULL"
     
static final AnnotationAttachmentAssociativityANNOTATTACH_ASSOCIATIVITY_FULL
    Object value of enum value "ANNOTATTACH_ASSOCIATIVITY_FULL"
     
static final int_AnnotationAttachmentAssociativity_null
    Enum null value.

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


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


FromInt

static AnnotationAttachmentAssociativityFromInt (Integer value)


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