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 |
static BooleanRepresentation |
INT_10 |
Constructor and Description |
---|
BooleanRepresentationFactory() |
Modifier and Type | Method and Description |
---|---|
static BooleanRepresentation |
valueOf(String booleanRepresentationKey,
ClassLoader cl) |
public static BooleanRepresentation INT_10
public static BooleanRepresentation BOOLEAN
public static BooleanRepresentation valueOf(String booleanRepresentationKey, ClassLoader cl)
Copyright © 2006–2019 Apache Software Foundation. All rights reserved.