Top Description Fields Constructors Methods
jdk.jfr.internal.settings

pack-priv final Class BooleanValue

extends Object
Class Inheritance
Imports
java.util.Set

Helper class for settings that use boolean numbers

Field Summary

Modifier and TypeField and Description
private boolean
private String

Constructor Summary

AccessConstructor and Description
private
BooleanValue(boolean b)

Method Summary

Modifier and TypeMethod and Description
public boolean
public final String
public void
public String
union(Set<String> values)

public static BooleanValue
valueOf(String defaultValue)

Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Field Detail

booleanValueback to summary
private boolean booleanValue
valueback to summary
private String value

Constructor Detail

BooleanValueback to summary
private BooleanValue(boolean b)

Method Detail

getBooleanback to summary
public boolean getBoolean()
getValueback to summary
public final String getValue()
setValueback to summary
public void setValue(String value)
unionback to summary
public String union(Set<String> values)
valueOfback to summary
public static BooleanValue valueOf(String defaultValue)