API Documentation > Classes > Class LayoutDeclareOption
Class LayoutDeclareOption

package com.ptc.wfc.wfcModel;

public class
LayoutDeclareOption
implements
jxenum


Description
Field Summary
static final int
_LAYOUT_DECLARE_INTERACTIVE
Integer value of enum value "LAYOUT_DECLARE_INTERACTIVE"
static final LayoutDeclareOption
LAYOUT_DECLARE_INTERACTIVE
Object value of enum value "LAYOUT_DECLARE_INTERACTIVE"
static final int
_LAYOUT_DECLARE_OBJECT_SYMBOLS
Integer value of enum value "LAYOUT_DECLARE_OBJECT_SYMBOLS"
static final LayoutDeclareOption
LAYOUT_DECLARE_OBJECT_SYMBOLS
Object value of enum value "LAYOUT_DECLARE_OBJECT_SYMBOLS"
static final int
_LAYOUT_DECLARE_LAYOUT_SYMBOLS
Integer value of enum value "LAYOUT_DECLARE_LAYOUT_SYMBOLS"
static final LayoutDeclareOption
LAYOUT_DECLARE_LAYOUT_SYMBOLS
Object value of enum value "LAYOUT_DECLARE_LAYOUT_SYMBOLS"
static final int
_LAYOUT_DECLARE_ABORT
Integer value of enum value "LAYOUT_DECLARE_ABORT"
static final LayoutDeclareOption
LAYOUT_DECLARE_ABORT
Object value of enum value "LAYOUT_DECLARE_ABORT"
static final int
_LayoutDeclareOption_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?