Library | Package Java Toolkit

Class TableSizeType

package com.ptc.pfc.pfcTable;

public class TableSizeType
  implements jxenum



Description

This enumerated type indicates the scale used when measuring the size of a table row or column.
See Also:
TableCreateInstructions



Field Summary
static final int_TABLESIZE_BY_NUM_CHARS
    Integer value of enum value "TABLESIZE_BY_NUM_CHARS"
    This value indicates that the value indicates the number of characters included.
static final TableSizeTypeTABLESIZE_BY_NUM_CHARS
    Object value of enum value "TABLESIZE_BY_NUM_CHARS"
    This value indicates that the value indicates the number of characters included.
static final int_TABLESIZE_BY_LENGTH
    Integer value of enum value "TABLESIZE_BY_LENGTH"
    This value indicates that the value indicates length, in screen coordinates.
static final TableSizeTypeTABLESIZE_BY_LENGTH
    Object value of enum value "TABLESIZE_BY_LENGTH"
    This value indicates that the value indicates length, in screen coordinates.
static final int_TableSizeType_null
    Enum null value.

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


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


FromInt

static TableSizeTypeFromInt (Integer value)


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