public class FeatureConfiguration extends Object
Constructor and Description |
---|
FeatureConfiguration() |
Modifier and Type | Method and Description |
---|---|
boolean |
getAsBoolean(Feature f) |
Integer |
getAsInteger(Feature f) |
String |
getAsString(Feature f) |
Object |
getValue(Feature feature) |
FeatureConfiguration |
setValue(Feature feature,
Object value) |
public FeatureConfiguration setValue(Feature feature, Object value)
feature
- value
- this
public Object getValue(Feature feature)
feature
- null
IllegalStateException
- - if given Feature.isConfigurable()
==
falsepublic boolean getAsBoolean(Feature f)
Copyright © 2004–2022 JSQLParser. All rights reserved.