mirror of
https://github.com/Andre0512/pyhOn.git
synced 2025-05-15 07:34:26 -04:00
More documentation
This commit is contained in:
parent
993a4c1d79
commit
326b5edcff
4 changed files with 46 additions and 3 deletions
|
@ -14,6 +14,18 @@ class HonParameter:
|
|||
def value(self):
|
||||
return self._value if self._value is not None else "0"
|
||||
|
||||
@property
|
||||
def category(self):
|
||||
return self._category
|
||||
|
||||
@property
|
||||
def typology(self):
|
||||
return self._typology
|
||||
|
||||
@property
|
||||
def mandatory(self):
|
||||
return self._mandatory
|
||||
|
||||
|
||||
class HonParameterFixed(HonParameter):
|
||||
def __init__(self, key, attributes):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue