Library | Package Java Toolkit

Class SymbolGroupFilter

package com.ptc.pfc.pfcDetail;

public class SymbolGroupFilter
  implements jxenum



Description

This enumerated type represents the filter option for getting symbol groups included in a symbol instance.



Field Summary
static final int_DTLSYMINST_ALL_GROUPS
    Integer value of enum value "DTLSYMINST_ALL_GROUPS"
    Get all symbol groups.
static final SymbolGroupFilterDTLSYMINST_ALL_GROUPS
    Object value of enum value "DTLSYMINST_ALL_GROUPS"
    Get all symbol groups.
static final int_DTLSYMINST_ACTIVE_GROUPS
    Integer value of enum value "DTLSYMINST_ACTIVE_GROUPS"
    Get only active symbol groups.
static final SymbolGroupFilterDTLSYMINST_ACTIVE_GROUPS
    Object value of enum value "DTLSYMINST_ACTIVE_GROUPS"
    Get only active symbol groups.
static final int_DTLSYMINST_INACTIVE_GROUPS
    Integer value of enum value "DTLSYMINST_INACTIVE_GROUPS"
    Get only inactive symbol groups.
static final SymbolGroupFilterDTLSYMINST_INACTIVE_GROUPS
    Object value of enum value "DTLSYMINST_INACTIVE_GROUPS"
    Get only inactive symbol groups.
static final int_SymbolGroupFilter_null
    Enum null value.

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


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


FromInt

static SymbolGroupFilterFromInt (Integer value)


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