Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::properties::IPropertySetting Class Referenceabstract

Property parameter interface. More...

#include </__w/arcaneframework.github.io/arcaneframework.github.io/framework/arccore/src/common/arccore/common/internal/Property.h>

Inheritance diagram for Arcane::properties::IPropertySetting:
Collaboration diagram for Arcane::properties::IPropertySetting:

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.

Detailed Description

Property parameter interface.

Definition at line 117 of file Property.h.

Member Function Documentation

◆ commandLineArgument()

virtual String Arcane::properties::IPropertySetting::commandLineArgument ( ) const
pure virtual

Command line argument name (null if none).

Implemented in Arcane::properties::PropertySetting< T, DataType >.

◆ description()

virtual String Arcane::properties::IPropertySetting::description ( ) const
pure virtual

◆ name()

virtual String Arcane::properties::IPropertySetting::name ( ) const
pure virtual

◆ typeName()

virtual String Arcane::properties::IPropertySetting::typeName ( ) const
pure virtual

The documentation for this class was generated from the following file: