@Deprecated public abstract class BaseSetting<T> extends Object implements Setting<T>
Constructor and Description |
---|
BaseSetting()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
deprecated()
Deprecated.
|
Optional<String> |
description()
Deprecated.
|
Optional<String> |
documentedDefaultValue()
Deprecated.
|
boolean |
dynamic()
Deprecated.
Checks whether this setting is dynamic or not.
|
boolean |
internal()
Deprecated.
|
Optional<String> |
replacement()
Deprecated.
|
boolean |
secret()
Deprecated.
|
void |
setDeprecated(boolean val)
Deprecated.
|
void |
setDescription(String description)
Deprecated.
|
void |
setDocumentedDefaultValue(String val)
Deprecated.
|
void |
setDynamic(boolean dynamic)
Deprecated.
|
void |
setInternal(boolean val)
Deprecated.
|
void |
setReplacement(String val)
Deprecated.
|
void |
setSecret(boolean val)
Deprecated.
|
String |
toString()
Deprecated.
|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
from, getDefaultValue, getParser, name, settings, validate, values, withScope
valueDescription
public boolean deprecated()
deprecated
in interface SettingGroup<T>
true
if this setting is deprecated, false otherwise.public void setDeprecated(boolean val)
public Optional<String> replacement()
replacement
in interface SettingGroup<T>
public void setReplacement(String val)
public boolean internal()
internal
in interface SettingGroup<T>
true
if internal setting, false otherwise.public void setInternal(boolean val)
public boolean secret()
secret
in interface SettingGroup<T>
true
if secret setting (should be hidden), false otherwise.public void setSecret(boolean val)
public Optional<String> documentedDefaultValue()
documentedDefaultValue
in interface SettingGroup<T>
public void setDocumentedDefaultValue(String val)
public Optional<String> description()
description
in interface SettingGroup<T>
public void setDescription(String description)
public boolean dynamic()
dynamic
in interface SettingGroup<T>
true
if this setting can be changed at runtime.public void setDynamic(boolean dynamic)
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.