java.lang.Object
org.tquadrat.foundation.inifile.internal.Value
All Implemented Interfaces:
Comparable<Value>

@ClassVersion(sourceVersion="$Id: Value.java 1134 2024-05-20 16:53:16Z tquadrat $") @API(status=INTERNAL, since="0.1.0") public final class Value extends Object implements Comparable<Value>
The container for the value of an INI file.
Author:
Thomas Thrien (thomas.thrien@tquadrat.org)
Version:
$Id: Value.java 1134 2024-05-20 16:53:16Z tquadrat $
Since:
0.1.0
UML Diagram
UML Diagram for "org.tquadrat.foundation.inifile.internal.Value"

UML Diagram for "org.tquadrat.foundation.inifile.internal.Value"

UML Diagram for "org.tquadrat.foundation.inifile.internal.Value"
  • Field Details

  • Constructor Details

    • Value

      public Value(Group parent, String key)
      Creates a new instance of Value.
      Parameters:
      parent - The parent group.
      key - The key.
    • Value

      public Value(Group parent, String key, String value)
      Creates a new instance of Value.
      Parameters:
      parent - The parent group.
      key - The key.
      value - The value.
  • Method Details