API Documentation > Classes > Class ParameterSelectionContext
Class ParameterSelectionContext

package com.ptc.pfc.pfcModelItem;

public class
ParameterSelectionContext
implements
jxenum


Description
This enumerated type lists the possible parameter selection context type.
User Guide References:
Field Summary
static final int
_PARAMSELECT_MODEL
Integer value of enum value "PARAMSELECT_MODEL"
Parameters will be selected from any model.
PARAMSELECT_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.
PARAMSELECT_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.
PARAMSELECT_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.
PARAMSELECT_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.
PARAMSELECT_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.
PARAMSELECT_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.
PARAMSELECT_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.
PARAMSELECT_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.
PARAMSELECT_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.
PARAMSELECT_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.
PARAMSELECT_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.
PARAMSELECT_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"
PARAMSELECT_ALLOW_SUBITEM_SELECTION
Object value of enum value "PARAMSELECT_ALLOW_SUBITEM_SELECTION"
static final int
_ParameterSelectionContext_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?