Library | Package Java Toolkit

Class DetailTextDisplayOption

package com.ptc.pfc.pfcDetail;

public class DetailTextDisplayOption
  implements jxenum



Description

 



Field Summary
static final int_DISPMODE_NUMERIC
    Integer value of enum value "DISPMODE_NUMERIC"
    Text resolves special symbols or expressions in it.
static final DetailTextDisplayOptionDISPMODE_NUMERIC
    Object value of enum value "DISPMODE_NUMERIC"
    Text resolves special symbols or expressions in it.
static final int_DISPMODE_SYMBOLIC
    Integer value of enum value "DISPMODE_SYMBOLIC"
    Text keeps special symbols or expressions as is without resolution.
static final DetailTextDisplayOptionDISPMODE_SYMBOLIC
    Object value of enum value "DISPMODE_SYMBOLIC"
    Text keeps special symbols or expressions as is without resolution.
static final int_DetailTextDisplayOption_null
    Enum null value.

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


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


FromInt

static DetailTextDisplayOptionFromInt (Integer value)


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