This package contains all subclasses of Pot_Element which are used within a Parameter_Pot to make the handling with some often used Types easier.
extends FET.Deserializer
translates xml into a boolean-pot-element
extends FET.Pot_Element
A Pot_Element, which holds a Boolean
private Boolean Value |
the value of this pot_element
private FET.Misc_Pot_Elements.Boolean_Deserializer Deserializer |
the deserializer
Write this pot into xml
Returns the name of this pot = "boolean-pot-element", needed for deserialization of pot-elements
Set the value
read the value
needed for initialisation of pot-builder
extends FET.Deserializer
translates xml into a integer-pot-element
extends FET.Pot_Element
A Pot_Element, which contains a Integer
private Integer Value |
the value of this pot_element
private FET.Misc_Pot_Elements.Integer_Deserializer Deserializer |
the deserializer, which can deserialize this object
Write this pot_element into xml
Returns the name of this pot_element = "integer-pot-element", needed for deserialization
Read the value
write the value
needed for initialization of pot-builder
extends FET.Pot_Element
private Ada.Strings.Unbounded.Unbounded_String Value |
the value of this pot_element
write the value as xml
returns the name of this pot-element = "string-pot-element"
read the value
write the value
needed for pot-builder