Library | Package Java Toolkit

Class SymbolDefHeight

package com.ptc.pfc.pfcDetail;

public class SymbolDefHeight
  implements jxenum



Description

This enumerated type represents the symbol definition height options.
See Also:
DetailSymbolDefInstructions



Field Summary
static final int_SYMDEF_FIXED
    Integer value of enum value "SYMDEF_FIXED"
    Symbol height is fixed.
static final SymbolDefHeightSYMDEF_FIXED
    Object value of enum value "SYMDEF_FIXED"
    Symbol height is fixed.
static final int_SYMDEF_VARIABLE
    Integer value of enum value "SYMDEF_VARIABLE"
    Symbol height is variable.
static final SymbolDefHeightSYMDEF_VARIABLE
    Object value of enum value "SYMDEF_VARIABLE"
    Symbol height is variable.
static final int_SYMDEF_RELATIVE_TO_TEXT
    Integer value of enum value "SYMDEF_RELATIVE_TO_TEXT"
    Symbol height is determined relative to the text height.
static final SymbolDefHeightSYMDEF_RELATIVE_TO_TEXT
    Object value of enum value "SYMDEF_RELATIVE_TO_TEXT"
    Symbol height is determined relative to the text height.
static final int_SYMDEF_MODEL_UNITS
    Integer value of enum value "SYMDEF_MODEL_UNITS"
    
static final SymbolDefHeightSYMDEF_MODEL_UNITS
    Object value of enum value "SYMDEF_MODEL_UNITS"
    
static final int_SymbolDefHeight_null
    Enum null value.

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


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


FromInt

static SymbolDefHeightFromInt (Integer value)


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