API Documentation > Classes > Class SymbolDefHeight
Class SymbolDefHeight

package com.ptc.pfc.pfcDetail;

public class
SymbolDefHeight
implements
jxenum


Description
This enumerated type represents the symbol definition height options.
See Also:
Field Summary
static final int
_SYMDEF_FIXED
Integer value of enum value "SYMDEF_FIXED"
Symbol height is fixed.
static final SymbolDefHeight
SYMDEF_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 SymbolDefHeight
SYMDEF_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 SymbolDefHeight
SYMDEF_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 SymbolDefHeight
SYMDEF_MODEL_UNITS
Object value of enum value "SYMDEF_MODEL_UNITS"
static final int
_SymbolDefHeight_null
Enum null value.
Method Summary
FromInt (int value)
Creates enum object from an integer.
FromInt (Integer value)
Creates enum object from an integer object.
int
Returns enum object value as an integer.
Method Detail
getValue
int
getValue
()
Returns enum object value as an integer.
Returns:
Integer enum value.
FromInt
FromInt
(int value)
Creates enum object from an integer.
Parameters:
value
Input integer value.
Returns:
Enum value object.
FromInt
FromInt
(Integer value)
Creates enum object from an integer object.
Parameters:
value
Input integer object.
Returns:
Enum value object.
Was this helpful?