Library | Package Java Toolkit

Class ColumnJustification

package com.ptc.pfc.pfcTable;

public class ColumnJustification
  implements jxenum



Description

This enumerated type contains the possible values for column justification in tables.
See Also:
ColumnCreateOption



Field Summary
static final int_COL_JUSTIFY_LEFT
    Integer value of enum value "COL_JUSTIFY_LEFT"
    Left justification.
static final ColumnJustificationCOL_JUSTIFY_LEFT
    Object value of enum value "COL_JUSTIFY_LEFT"
    Left justification.
static final int_COL_JUSTIFY_CENTER
    Integer value of enum value "COL_JUSTIFY_CENTER"
    Center justification.
static final ColumnJustificationCOL_JUSTIFY_CENTER
    Object value of enum value "COL_JUSTIFY_CENTER"
    Center justification.
static final int_COL_JUSTIFY_RIGHT
    Integer value of enum value "COL_JUSTIFY_RIGHT"
    Right justification.
static final ColumnJustificationCOL_JUSTIFY_RIGHT
    Object value of enum value "COL_JUSTIFY_RIGHT"
    Right justification.
static final int_ColumnJustification_null
    Enum null value.

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


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


FromInt

static ColumnJustificationFromInt (Integer value)


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