public class BooleanRepresentationFactory extends Object
BooleanRepresentation
.Modifier and Type | Class and Description |
---|---|
static class |
BooleanRepresentationFactory.BooleanBooleanRepresentation |
static class |
BooleanRepresentationFactory.Int10BooleanRepresentation |
static class |
BooleanRepresentationFactory.StringBooleanRepresentation
BooleanRepresentation which takes 2 strings for true and false representations
as constructor parameter;
|
Modifier and Type | Field and Description |
---|---|
static BooleanRepresentation |
BOOLEAN |
(package private) static Map<String,BooleanRepresentation<?>> |
BUILTIN_BOOLEAN_REPRESENTATIONS
BooleanRepresentation s built in by default. |
static BooleanRepresentation |
INT_10 |
Constructor and Description |
---|
BooleanRepresentationFactory() |
public static BooleanRepresentation INT_10
public static BooleanRepresentation BOOLEAN
static final Map<String,BooleanRepresentation<?>> BUILTIN_BOOLEAN_REPRESENTATIONS
BooleanRepresentation
s built in by default.
Key is their config name, value is the BooleanRepresentation.public static BooleanRepresentation valueOf(String booleanRepresentationKey, ClassLoader cl)
Copyright © 2006–2015 Apache Software Foundation. All rights reserved.