Library | Package Java Toolkit

Class pfcModelItem

package com.ptc.pfc.pfcModelItem;

public class pfcModelItem



Description

Contains global CIP definitions for module "pfcModelItem"



Method Summary
static ParamValueCreateBoolParamValue (boolean Value)
    Creates a ParamValue object with the specified Boolean value.
static ParamValueCreateDoubleParamValue (double Value)
    Creates a ParamValue with the specified real value.
static ParamValueCreateIntParamValue (int Value)
    Creates a ParamValue with the specified integer value.
static ParamValueCreateNoteParamValue (int Value)
    Creates a note parameter.
static ParamValueCreateStringParamValue (String Value)
    Creates a parameter value with the specified string value.
static ModelItemOIdModelItemOId_Create (ModelItemType Type, int Id)
    Creates a model-item identifier object.
static ParameterSelectionOptionsParameterSelectionOptions_Create ()
    Creates a ParameterSelectionOptions object.
static ParamOIdParamOId_Create (String Name)
    Creates a parameter identifier object given the parameter name.

Method Detail

CreateStringParamValue

static ParamValueCreateStringParamValue (String Value)


    Creates a parameter value with the specified string value.
Manual References:
Dimensions and Parameters: Accessing a ParamValue Object, Family Tables: Creating Family Table Instances, Family Tables: Creating Family Table Columns
Parameters:
Value
The string
Returns:
The created parameter value


CreateIntParamValue

static ParamValueCreateIntParamValue (int Value)


    Creates a ParamValue with the specified integer value.
Manual References:
Dimensions and Parameters: Accessing a ParamValue Object, Family Tables: Creating Family Table Instances
Parameters:
Value
The integer value
Returns:
The created parameter value


CreateBoolParamValue

static ParamValueCreateBoolParamValue (boolean Value)


    Creates a ParamValue object with the specified Boolean value.
Manual References:
Dimensions and Parameters: Accessing a ParamValue Object, Family Tables: Creating Family Table Instances
Parameters:
Value
The Boolean value
Returns:
The created parameter


CreateDoubleParamValue

static ParamValueCreateDoubleParamValue (double Value)


    Creates a ParamValue with the specified real value.
Manual References:
Dimensions and Parameters: Accessing a ParamValue Object, Family Tables: Creating Family Table Instances
Parameters:
Value
The real value
Returns:
The created parameter value


CreateNoteParamValue

static ParamValueCreateNoteParamValue (int Value)


    Creates a note parameter.
Manual References:
Dimensions and Parameters: Accessing a ParamValue Object
Parameters:
Value
The note identifier
Returns:
The created note parameter


ParamOId_Create

static ParamOIdParamOId_Create (String Name)


    Creates a parameter identifier object given the parameter name.
Parameters:
Name
The parameter name
Returns:
The new identifier object


ParameterSelectionOptions_Create

static ParameterSelectionOptionsParameterSelectionOptions_Create ()


    Creates a ParameterSelectionOptions object.
Manual References:
Dimensions and Parameters: Parameter Selection Options, Dimensions and Parameters: Parameter Selection Options
Returns:


ModelItemOId_Create

static ModelItemOIdModelItemOId_Create (ModelItemType Type, int Id)


    Creates a model-item identifier object.

A model-item identifier can be passed to Parent.GetChild(OId) .
Parameters:
Type
The model item type
Id
The model item's integer identifier
Returns:
The new ModelItemOId