Package org.codice.ddf.admin.core.api
Interface SystemPropertyDetails
System properties
This code is experimental. While this interface is functional and tested, it may change or be removed in a future version of the library.
-
Nested Class Summary
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault Stringdefault Stringdefault StringgetKey()default StringgetTitle()default StringgetValue()default voidsetDefaultValue(String defaultValue) default voidsetDescription(String description) default voiddefault voidsetOptions(List<String> values) default voiddefault voidMethods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Field Details
-
TITLE
- See Also:
-
DESCRIPTION
- See Also:
-
OPTIONS
- See Also:
-
KEY
- See Also:
-
VALUE
- See Also:
-
DEFAULT_VALUE
- See Also:
-
-
Method Details
-
getTitle
-
setTitle
-
getDescription
-
setDescription
-
getOptions
-
setOptions
-
getKey
-
setKey
-
getValue
-
setValue
-
getDefaultValue
-
setDefaultValue
-