| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| String | GetASCIIStringValue
()
Get method for attribute "ASCIIStringValue" Used if the argument value contains a character string. |
| boolean | GetBoolValue
()
Get method for attribute "BoolValue" Used if the argument value contains a boolean. |
| ArgValueType | Getdiscr
()
Returns the union discriminant value. |
| double | GetDoubleValue
()
Get method for attribute "DoubleValue" Used if the argument value contains a double. |
| int | GetIntValue
()
Get method for attribute "IntValue" Used if the argument value contains an integer. |
| Selection | GetSelectionValue
()
Get method for attribute "SelectionValue" Used if the argument value contains a Creo Parametric selection. |
| String | GetStringValue
()
Get method for attribute "StringValue" Used if the argument value contains a string. |
| Transform3D | GetTransformValue
()
Get method for attribute "TransformValue" Used if the argument value contains a coordinate transformation. |
| void | SetASCIIStringValue
(String value)
Set method for attribute "ASCIIStringValue" Used if the argument value contains a character string. |
| void | SetBoolValue
(boolean value)
Set method for attribute "BoolValue" Used if the argument value contains a boolean. |
| void | SetDoubleValue
(double value)
Set method for attribute "DoubleValue" Used if the argument value contains a double. |
| void | SetIntValue
(int value)
Set method for attribute "IntValue" Used if the argument value contains an integer. |
| void | SetSelectionValue
(Selection value)
Set method for attribute "SelectionValue" Used if the argument value contains a Creo Parametric selection. |
| void | SetStringValue
(String value)
Set method for attribute "StringValue" Used if the argument value contains a string. |
| void | SetTransformValue
(Transform3D value)
Set method for attribute "TransformValue" Used if the argument value contains a coordinate transformation. |
| Method Detail |
|---|
| Getdiscr |
|---|
| ArgValueType | Getdiscr | () |
| Returns the union discriminant value. |
| GetIntValue/SetIntValue |
|---|
| int | GetIntValue | () |
| void | SetIntValue | (int value) |
| Used if the argument value contains an integer. Exceptions thrown (but not limited to): XBadGetArgValue - Argument value does not contain an integer
|
| GetDoubleValue/SetDoubleValue |
|---|
| double | GetDoubleValue | () |
| void | SetDoubleValue | (double value) |
| Used if the argument value contains a double. Exceptions thrown (but not limited to): XBadGetArgValue - Argument value does not contain a double
|
| GetBoolValue/SetBoolValue |
|---|
| boolean | GetBoolValue | () |
| void | SetBoolValue | (boolean value) |
| Used if the argument value contains a boolean. Exceptions thrown (but not limited to): XBadGetArgValue - Argument value does not contain a boolean
|
| GetASCIIStringValue/SetASCIIStringValue |
|---|
| String | GetASCIIStringValue | () |
| void | SetASCIIStringValue | (String value) |
| Used if the argument value contains a character string. Exceptions thrown (but not limited to): XBadGetArgValue - Argument value does not contain a character string
|
| GetStringValue/SetStringValue |
|---|
| String | GetStringValue | () |
| void | SetStringValue | (String value) |
| Used if the argument value contains a string. Exceptions thrown (but not limited to): XBadGetArgValue - Argument value does not contain a string
|
| GetSelectionValue/SetSelectionValue |
|---|
| Selection | GetSelectionValue | () |
| void | SetSelectionValue | (Selection value) |
| Used if the argument value contains a Creo Parametric selection. Exceptions thrown (but not limited to): XBadGetArgValue - Argument value does not contain a Creo Parametric selection
|
| GetTransformValue/SetTransformValue |
|---|
| Transform3D | GetTransformValue | () |
| void | SetTransformValue | (Transform3D value) |
| Used if the argument value contains a coordinate transformation. Exceptions thrown (but not limited to): XBadGetArgValue - Argument value does not contain a coordinate transformation
|