Library | Package Java Toolkit

Class DetailSymbolGroupOption

package com.ptc.pfc.pfcDetail;

public class DetailSymbolGroupOption
  implements jxenum



Description

This enumerated type represents the various options of symbol group placement.



Field Summary
static final int_DETAIL_SYMBOL_GROUP_INTERACTIVE
    Integer value of enum value "DETAIL_SYMBOL_GROUP_INTERACTIVE"
    Allow interactive group placement. It is the default option in graphics mode.
static final DetailSymbolGroupOptionDETAIL_SYMBOL_GROUP_INTERACTIVE
    Object value of enum value "DETAIL_SYMBOL_GROUP_INTERACTIVE"
    Allow interactive group placement. It is the default option in graphics mode.
static final int_DETAIL_SYMBOL_GROUP_ALL
    Integer value of enum value "DETAIL_SYMBOL_GROUP_ALL"
    All non-exclusive symbol groups will be included during placement. The first option for the exclusive symbol groups will be used.
static final DetailSymbolGroupOptionDETAIL_SYMBOL_GROUP_ALL
    Object value of enum value "DETAIL_SYMBOL_GROUP_ALL"
    All non-exclusive symbol groups will be included during placement. The first option for the exclusive symbol groups will be used.
static final int_DETAIL_SYMBOL_GROUP_NONE
    Integer value of enum value "DETAIL_SYMBOL_GROUP_NONE"
    No non-exclusive symbol groups will be included during placement. The first option for the exclusive symbol groups will be used.
static final DetailSymbolGroupOptionDETAIL_SYMBOL_GROUP_NONE
    Object value of enum value "DETAIL_SYMBOL_GROUP_NONE"
    No non-exclusive symbol groups will be included during placement. The first option for the exclusive symbol groups will be used.
static final int_DETAIL_SYMBOL_GROUP_CUSTOM
    Integer value of enum value "DETAIL_SYMBOL_GROUP_CUSTOM"
    The application will specify exactly which groups should be included.
static final DetailSymbolGroupOptionDETAIL_SYMBOL_GROUP_CUSTOM
    Object value of enum value "DETAIL_SYMBOL_GROUP_CUSTOM"
    The application will specify exactly which groups should be included.
static final int_DetailSymbolGroupOption_null
    Enum null value.

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


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


FromInt

static DetailSymbolGroupOptionFromInt (Integer value)


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