V
- the value type for the optionpublic interface OptionMetadata<V>
Modifier and Type | Method and Description |
---|---|
V |
defaultValue()
The default value for the option.
|
String |
description()
Widely describes the option purpose, intended to be used in UI.
|
String |
identifer()
The option identifier to use as a key to access the option value.
|
String |
name()
Briefly describes the option purpose, intended to be used in UI.
|
Class<V> |
valueClass()
The type of option value needed to perform type checks.
|
String identifer()
null
.V defaultValue()
null
.String name()
null
and should be localized. Should not be blank.String description()
null
and should be localized. May be blank.Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.