Library | Package Java Toolkit

Class ParameterSelectionContext

package com.ptc.pfc.pfcModelItem;

public class ParameterSelectionContext
  implements jxenum



Description

This enumerated type lists the possible parameter selection context type.



Field Summary
static final int_PARAMSELECT_MODEL
    Integer value of enum value "PARAMSELECT_MODEL"
    Parameters will be selected from any model.
static final ParameterSelectionContextPARAMSELECT_MODEL
    Object value of enum value "PARAMSELECT_MODEL"
    Parameters will be selected from any model.
static final int_PARAMSELECT_PART
    Integer value of enum value "PARAMSELECT_PART"
    Parameters will be selected from any part.
static final ParameterSelectionContextPARAMSELECT_PART
    Object value of enum value "PARAMSELECT_PART"
    Parameters will be selected from any part.
static final int_PARAMSELECT_ASM
    Integer value of enum value "PARAMSELECT_ASM"
    Parameters will be selected from any assembly.
static final ParameterSelectionContextPARAMSELECT_ASM
    Object value of enum value "PARAMSELECT_ASM"
    Parameters will be selected from any assembly.
static final int_PARAMSELECT_FEATURE
    Integer value of enum value "PARAMSELECT_FEATURE"
    Parameters will be selected from any feature.
static final ParameterSelectionContextPARAMSELECT_FEATURE
    Object value of enum value "PARAMSELECT_FEATURE"
    Parameters will be selected from any feature.
static final int_PARAMSELECT_EDGE
    Integer value of enum value "PARAMSELECT_EDGE"
    Parameters will be selected from any edge.
static final ParameterSelectionContextPARAMSELECT_EDGE
    Object value of enum value "PARAMSELECT_EDGE"
    Parameters will be selected from any edge.
static final int_PARAMSELECT_SURFACE
    Integer value of enum value "PARAMSELECT_SURFACE"
    Parameters will be selected from any surface.
static final ParameterSelectionContextPARAMSELECT_SURFACE
    Object value of enum value "PARAMSELECT_SURFACE"
    Parameters will be selected from any surface.
static final int_PARAMSELECT_QUILT
    Integer value of enum value "PARAMSELECT_QUILT"
    Parameters will be selected from any quilt.
static final ParameterSelectionContextPARAMSELECT_QUILT
    Object value of enum value "PARAMSELECT_QUILT"
    Parameters will be selected from any quilt.
static final int_PARAMSELECT_CURVE
    Integer value of enum value "PARAMSELECT_CURVE"
    Parameters will be selected from any curve.
static final ParameterSelectionContextPARAMSELECT_CURVE
    Object value of enum value "PARAMSELECT_CURVE"
    Parameters will be selected from any curve.
static final int_PARAMSELECT_COMPOSITE_CURVE
    Integer value of enum value "PARAMSELECT_COMPOSITE_CURVE"
    Parameters will be selected from any context curve.
static final ParameterSelectionContextPARAMSELECT_COMPOSITE_CURVE
    Object value of enum value "PARAMSELECT_COMPOSITE_CURVE"
    Parameters will be selected from any context curve.
static final int_PARAMSELECT_INHERITED
    Integer value of enum value "PARAMSELECT_INHERITED"
    Parameters will be selected from any inherited item.
static final ParameterSelectionContextPARAMSELECT_INHERITED
    Object value of enum value "PARAMSELECT_INHERITED"
    Parameters will be selected from any inherited item.
static final int_PARAMSELECT_SKELETON
    Integer value of enum value "PARAMSELECT_SKELETON"
    Parameters will be selected from any skeleton.
static final ParameterSelectionContextPARAMSELECT_SKELETON
    Object value of enum value "PARAMSELECT_SKELETON"
    Parameters will be selected from any skeleton.
static final int_PARAMSELECT_COMPONENT
    Integer value of enum value "PARAMSELECT_COMPONENT"
    Parameters will be selected from any component.
static final ParameterSelectionContextPARAMSELECT_COMPONENT
    Object value of enum value "PARAMSELECT_COMPONENT"
    Parameters will be selected from any component.
static final int_PARAMSELECT_ALLOW_SUBITEM_SELECTION
    Integer value of enum value "PARAMSELECT_ALLOW_SUBITEM_SELECTION"
     
static final ParameterSelectionContextPARAMSELECT_ALLOW_SUBITEM_SELECTION
    Object value of enum value "PARAMSELECT_ALLOW_SUBITEM_SELECTION"
     
static final int_ParameterSelectionContext_null
    Enum null value.

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


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


FromInt

static ParameterSelectionContextFromInt (Integer value)


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