Library | Package Java Toolkit

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 LayoutDeclareOptionLAYOUT_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 LayoutDeclareOptionLAYOUT_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 LayoutDeclareOptionLAYOUT_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 LayoutDeclareOptionLAYOUT_DECLARE_ABORT
    Object value of enum value "LAYOUT_DECLARE_ABORT"
     
static final int_LayoutDeclareOption_null
    Enum null value.

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


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


FromInt

static LayoutDeclareOptionFromInt (Integer value)


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