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
/
DefaultConfigurationOption
Default
Configuration
Option
open
class
DefaultConfigurationOption
:
ConfigurationOption
(
source
)
Members
Constructors
Default
Configuration
Option
Link copied to clipboard
constructor
(
configOption
:
DefaultPrinterConfiguration.ConfigOption
)
constructor
(
configOption
:
DefaultPrinterConfiguration.ConfigOption
,
value
:
Any
)
Functions
as
Boolean
Link copied to clipboard
open
fun
asBoolean
(
)
:
Boolean
returns the currentValue as a Boolean
as
Integer
Link copied to clipboard
open
fun
asInteger
(
)
:
Integer
returns the currentValue as an Integer
as
String
Link copied to clipboard
open
fun
asString
(
)
:
String
returns the currentValue as a String
as
Value
Link copied to clipboard
open
fun
<
T
>
asValue
(
)
:
T
equals
Link copied to clipboard
open
fun
equals
(
o
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
has
Value
Link copied to clipboard
open
fun
hasValue
(
)
:
Boolean
returns True if the option has a currentValue
value
Link copied to clipboard
open
fun
value
(
value
:
Any
)
:
ConfigurationOption
Set a currentValue to an option