API Documentation > Classes > Class ElementTreeFormat
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 ElementTreeFormat
ELEMTREE_XML
Object value of enum value "ELEMTREE_XML"
static final int
_ElementTreeFormat_null
Enum null value.
Method Summary
FromInt (int value)
Creates enum object from an integer.
FromInt (Integer value)
Creates enum object from an integer object.
int
Returns enum object value as an integer.
Method Detail
getValue
int
getValue
()
Returns enum object value as an integer.
Returns:
Integer enum value.
FromInt
FromInt
(int value)
Creates enum object from an integer.
Parameters:
value
Input integer value.
Returns:
Enum value object.
FromInt
FromInt
(Integer value)
Creates enum object from an integer object.
Parameters:
value
Input integer object.
Returns:
Enum value object.
Was this helpful?