#include <exotkParameter_String.hxx>
Inheritance diagram for exotkParameter_String:


Public Methods | |
| Standard_EXPORT | exotkParameter_String (const TCollection_AsciiString aValue) |
| Constructor. More... | |
| virtual Standard_EXPORT | ~exotkParameter_String () |
| Destructor. More... | |
| virtual Standard_EXPORT void | DeepCopy (const Handle_exotkParameter_Root &aParameterToCopy) |
| copy all the fields of aParameterToCopy into this. More... | |
| Standard_EXPORT void | SetValue (const TCollection_AsciiString aValue) |
| Set the Parameter to aValue. More... | |
| Standard_EXPORT TCollection_AsciiString | Value () const |
| Return the parameter value. More... | |
| virtual Standard_EXPORT Standard_Boolean | SetParameterAsString (const TCollection_AsciiString &aParameter) |
| set the parameter to aParameter. More... | |
| virtual Standard_EXPORT TCollection_AsciiString | ParameterAsString () const |
| Return the Parameter. More... | |
Private Attributes | |
| TCollection_AsciiString | myValue |
Definition at line 44 of file exotkParameter_String.hxx.
|
|
Constructor.
Definition at line 61 of file exotkParameter_String.cxx. References exotkParameter_Type_String, and exotkParameter_Root::myType. |
|
|
Destructor.
Definition at line 75 of file exotkParameter_String.cxx. |
|
|
copy all the fields of aParameterToCopy into this.
Reimplemented from exotkParameter_Root. Definition at line 80 of file exotkParameter_String.cxx. References exotkParameter_Root::DeepCopy(), myValue, and STANDARD_TYPE(). |
|
|
Return the Parameter.
Reimplemented from exotkParameter_Root. Definition at line 137 of file exotkParameter_String.cxx. References myValue. |
|
|
set the parameter to aParameter.
Reimplemented from exotkParameter_Root. Definition at line 124 of file exotkParameter_String.cxx. References myValue. |
|
|
Set the Parameter to aValue.
Definition at line 99 of file exotkParameter_String.cxx. References myValue. |
|
|
Return the parameter value.
Definition at line 111 of file exotkParameter_String.cxx. References myValue. |
|
|
the string parameter Definition at line 103 of file exotkParameter_String.hxx. Referenced by DeepCopy(), ParameterAsString(), SetParameterAsString(), SetValue(), and Value(). |
1.2.12 written by Dimitri van Heesch,
© 1997-2001