public class FeatureConfiguration extends Object
| Constructor and Description |
|---|
FeatureConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAsBoolean(Feature f) |
Long |
getAsLong(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 - thispublic Object getValue(Feature feature)
feature - nullIllegalStateException - - if given Feature.isConfigurable() ==
falsepublic boolean getAsBoolean(Feature f)
Copyright © 2004–2023 JSQLParser. All rights reserved.