Library | Package Java Toolkit

Class VerticalJustification

package com.ptc.pfc.pfcDetail;

public class VerticalJustification
  implements jxenum



Description

This enumerated type represents the types of vertical justification for notes.
See Also:
DetailNoteInstructions



Field Summary
static final int_V_JUSTIFY_TOP
    Integer value of enum value "V_JUSTIFY_TOP"
    Top vertical justification.
static final VerticalJustificationV_JUSTIFY_TOP
    Object value of enum value "V_JUSTIFY_TOP"
    Top vertical justification.
static final int_V_JUSTIFY_MIDDLE
    Integer value of enum value "V_JUSTIFY_MIDDLE"
    Middle vertical justification.
static final VerticalJustificationV_JUSTIFY_MIDDLE
    Object value of enum value "V_JUSTIFY_MIDDLE"
    Middle vertical justification.
static final int_V_JUSTIFY_BOTTOM
    Integer value of enum value "V_JUSTIFY_BOTTOM"
    Bottom vertical justification.
static final VerticalJustificationV_JUSTIFY_BOTTOM
    Object value of enum value "V_JUSTIFY_BOTTOM"
    Bottom vertical justification.
static final int_V_JUSTIFY_DEFAULT
    Integer value of enum value "V_JUSTIFY_DEFAULT"
    Default vertical justification.
static final VerticalJustificationV_JUSTIFY_DEFAULT
    Object value of enum value "V_JUSTIFY_DEFAULT"
    Default vertical justification.
static final int_VerticalJustification_null
    Enum null value.

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


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


FromInt

static VerticalJustificationFromInt (Integer value)


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