Package org.opentcs.configuration
Annotationsschnittstelle ConfigurationEntry
Marks an interface's method that provides a configuration value.
-
Verschachtelte Klassen - Übersicht
Modifizierer und TypKlasseBeschreibungstatic enum
Indicates when changes to the configuration entry's value are applied. -
Erforderliche Elemente - Übersicht
Modifizierer und TypErforderliches ElementBeschreibungString[]
Returns a list of paragraphs describing what the key/value configures.Returns a description for the data type of this configuration key's values. -
Optionale Elemente - Übersicht
Modifizierer und TypOptionales ElementBeschreibungIndicates when changes to the configuration entry's value are applied.Returns the optional ordering key that this entry belongs to (for grouping/sorting of entries).
-
Elementdetails
-
type
String typeReturns a description for the data type of this configuration key's values.- Gibt zurück:
- A description for the data type of this configuration key's values.
-
description
String[] descriptionReturns a list of paragraphs describing what the key/value configures.- Gibt zurück:
- A list of paragraphs describing what the key/value configures.
-
changesApplied
ConfigurationEntry.ChangesApplied changesAppliedIndicates when changes to the configuration entry's value are applied.- Gibt zurück:
- A value indicating when changes to the configuration entry's value are applied.
- Standard:
UNSPECIFIED
-
orderKey
String orderKeyReturns the optional ordering key that this entry belongs to (for grouping/sorting of entries).- Gibt zurück:
- The optional ordering key that this entry belongs to (for grouping/sorting of entries).
- Standard:
""
-