Library | Package Java Toolkit

Class ElementTreeFormat

package com.ptc.wfc.wfcElementTree;

public class ElementTreeFormat
  implements jxenum



Description

This enumerated type lists the different formats in the which the element tree can be written to.



Field Summary
static final int_ELEMTREE_XML
    Integer value of enum value "ELEMTREE_XML"
    
static final ElementTreeFormatELEMTREE_XML
    Object value of enum value "ELEMTREE_XML"
    
static final int_ElementTreeFormat_null
    Enum null value.

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


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


FromInt

static ElementTreeFormatFromInt (Integer value)


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