Library | Package Java Toolkit

Class SimpRepActionType

package com.ptc.pfc.pfcSimpRep;

public class SimpRepActionType
  implements jxenum



Description

This enumerated type lists the supported types of actions.



Field Summary
static final int_SIMPREP_REVERSE
    Integer value of enum value "SIMPREP_REVERSE"
    Reverse the default rule for this component (for example, include it if the default rule is exclude).
static final SimpRepActionTypeSIMPREP_REVERSE
    Object value of enum value "SIMPREP_REVERSE"
    Reverse the default rule for this component (for example, include it if the default rule is exclude).
static final int_SIMPREP_INCLUDE
    Integer value of enum value "SIMPREP_INCLUDE"
    Include this component in the simplified representation.
static final SimpRepActionTypeSIMPREP_INCLUDE
    Object value of enum value "SIMPREP_INCLUDE"
    Include this component in the simplified representation.
static final int_SIMPREP_EXCLUDE
    Integer value of enum value "SIMPREP_EXCLUDE"
    Exclude this component from the simplified representation.
static final SimpRepActionTypeSIMPREP_EXCLUDE
    Object value of enum value "SIMPREP_EXCLUDE"
    Exclude this component from the simplified representation.
static final int_SIMPREP_SUBSTITUTE
    Integer value of enum value "SIMPREP_SUBSTITUTE"
    Substitute the component in the simplified representation.
static final SimpRepActionTypeSIMPREP_SUBSTITUTE
    Object value of enum value "SIMPREP_SUBSTITUTE"
    Substitute the component in the simplified representation.
static final int_SIMPREP_GEOM
    Integer value of enum value "SIMPREP_GEOM"
    Use the "geometry only" representation of the component.
static final SimpRepActionTypeSIMPREP_GEOM
    Object value of enum value "SIMPREP_GEOM"
    Use the "geometry only" representation of the component.
static final int_SIMPREP_GRAPHICS
    Integer value of enum value "SIMPREP_GRAPHICS"
    Use the "graphics only" representation of the component.
static final SimpRepActionTypeSIMPREP_GRAPHICS
    Object value of enum value "SIMPREP_GRAPHICS"
    Use the "graphics only" representation of the component.
static final int_SIMPREP_SYMB
    Integer value of enum value "SIMPREP_SYMB"
    Use the symbolic representation of the component.
static final SimpRepActionTypeSIMPREP_SYMB
    Object value of enum value "SIMPREP_SYMB"
    Use the symbolic representation of the component.
static final int_SIMPREP_BOUNDBOX
    Integer value of enum value "SIMPREP_BOUNDBOX"
    Use the boundary box representation of the component.
static final SimpRepActionTypeSIMPREP_BOUNDBOX
    Object value of enum value "SIMPREP_BOUNDBOX"
    Use the boundary box representation of the component.
static final int_SIMPREP_DEFENV
    Integer value of enum value "SIMPREP_DEFENV"
     
static final SimpRepActionTypeSIMPREP_DEFENV
    Object value of enum value "SIMPREP_DEFENV"
     
static final int_SIMPREP_NONE
    Integer value of enum value "SIMPREP_NONE"
     
static final SimpRepActionTypeSIMPREP_NONE
    Object value of enum value "SIMPREP_NONE"
     
static final int_SIMPREP_LIGHT_GRAPH
    Integer value of enum value "SIMPREP_LIGHT_GRAPH"
     
static final SimpRepActionTypeSIMPREP_LIGHT_GRAPH
    Object value of enum value "SIMPREP_LIGHT_GRAPH"
     
static final int_SIMPREP_AUTO
    Integer value of enum value "SIMPREP_AUTO"
     
static final SimpRepActionTypeSIMPREP_AUTO
    Object value of enum value "SIMPREP_AUTO"
     
static final int_SIMPREP_ASSEM_ONLY
    Integer value of enum value "SIMPREP_ASSEM_ONLY"
     
static final SimpRepActionTypeSIMPREP_ASSEM_ONLY
    Object value of enum value "SIMPREP_ASSEM_ONLY"
     
static final int_SimpRepActionType_null
    Enum null value.

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


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


FromInt

static SimpRepActionTypeFromInt (Integer value)


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