Property parameter interface. More...
Public Member Functions | |
| virtual String | name () const =0 |
| Property name. | |
| virtual String | typeName () const =0 |
| Property type. | |
| virtual String | commandLineArgument () const =0 |
| Command line argument name (null if none). | |
| virtual String | description () const =0 |
| Property description. | |
Property parameter interface.
Definition at line 117 of file Property.h.
|
pure virtual |
Command line argument name (null if none).
Implemented in Arcane::properties::PropertySetting< T, DataType >.
|
pure virtual |
Property description.
Implemented in Arcane::properties::PropertySetting< T, DataType >.
|
pure virtual |
Property name.
Implemented in Arcane::properties::PropertySetting< T, DataType >.
|
pure virtual |
Property type.
Implemented in Arcane::properties::PropertySetting< T, DataType >.