toggle menu
XML Calabash 3.x
jvm
switch theme
search in API
XMLCalabash
/
com.xmlcalabash.config
/
CfgValueInterface
Cfg
Value
Interface
interface
CfgValueInterface
<
T
>
(
source
)
Inheritors
CfgListInterface
CfgMapInterface
CfgValue
Members
Properties
is
Set
Link copied to clipboard
abstract
val
isSet
:
Boolean
options
Link copied to clipboard
abstract
val
options
:
MutableMap
<
String
,
String
>
?
Functions
get
Link copied to clipboard
abstract
fun
get
(
)
:
T
?
get
Or
Default
Link copied to clipboard
abstract
fun
getOrDefault
(
)
:
T
?
set
Link copied to clipboard
abstract
fun
set
(
newValue
:
T
?
)
update
Link copied to clipboard
abstract
fun
update
(
newValue
:
CfgValueInterface
<
T
>
)