| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| static ParamValue | CreateBoolParamValue
(boolean Value)
Creates a ParamValue object with the specified Boolean value. |
| static ParamValue | CreateDoubleParamValue
(double Value)
Creates a ParamValue with the specified real value. |
| static ParamValue | CreateIntParamValue
(int Value)
Creates a ParamValue with the specified integer value. |
| static ParamValue | CreateNoteParamValue
(int Value)
Creates a note parameter. |
| static ParamValue | CreateStringParamValue
(String Value)
Creates a parameter value with the specified string value. |
| static ModelItemOId | ModelItemOId_Create
(ModelItemType Type, int Id)
Creates a model-item identifier object. |
| static ParameterSelectionOptions | ParameterSelectionOptions_Create
()
Creates a ParameterSelectionOptions object. |
| static ParamOId | ParamOId_Create
(String Name)
Creates a parameter identifier object given the parameter name. |
| Method Detail |
|---|
| CreateStringParamValue |
|---|
| static ParamValue | CreateStringParamValue | (String Value) |
Creates a parameter value with the specified string value.
|
| CreateIntParamValue |
|---|
| static ParamValue | CreateIntParamValue | (int Value) |
Creates a ParamValue with the specified integer value.
|
| CreateBoolParamValue |
|---|
| static ParamValue | CreateBoolParamValue | (boolean Value) |
Creates a ParamValue object with the specified Boolean value.
|
| CreateDoubleParamValue |
|---|
| static ParamValue | CreateDoubleParamValue | (double Value) |
Creates a ParamValue with the specified real value.
|
| CreateNoteParamValue |
|---|
| static ParamValue | CreateNoteParamValue | (int Value) |
Creates a note parameter.
|
| ParamOId_Create |
|---|
| static ParamOId | ParamOId_Create | (String Name) |
Creates a parameter identifier object given the parameter name.
|
| ParameterSelectionOptions_Create |
|---|
| static ParameterSelectionOptions | ParameterSelectionOptions_Create | () |
Creates a ParameterSelectionOptions object.
|
| ModelItemOId_Create |
|---|
| static ModelItemOId | ModelItemOId_Create | (ModelItemType Type, int Id) |
| Creates a model-item identifier object.
A model-item identifier can be passed to Parent.GetChild(OId) .
|