jmlparser-parent
Toggle table of contents
3.28.2-J8.0-K13.5-SNAPSHOT
java
Target filter
java
Switch theme
Search in API
Skip to content
jmlparser-parent
jmlparser-core
/
com.github.javaparser.printer.configuration
/
ConfigurationOption
Configuration
Option
interface
ConfigurationOption
(
source
)
Inheritors
DefaultConfigurationOption
Members
Functions
as
Boolean
Link copied to clipboard
abstract
fun
asBoolean
(
)
:
Boolean
as
Integer
Link copied to clipboard
abstract
fun
asInteger
(
)
:
Integer
as
String
Link copied to clipboard
abstract
fun
asString
(
)
:
String
as
Value
Link copied to clipboard
abstract
fun
<
T
>
asValue
(
)
:
T
has
Value
Link copied to clipboard
abstract
fun
hasValue
(
)
:
Boolean
value
Link copied to clipboard
abstract
fun
value
(
value
:
Any
)
:
ConfigurationOption