org.chromattic.api
Class ChromatticBuilder.Option.Type<D>
java.lang.Object
org.chromattic.api.ChromatticBuilder.Option.Type<D>
- Type Parameters:
D - the data type
- Enclosing class:
- ChromatticBuilder.Option<D>
public abstract static class ChromatticBuilder.Option.Type<D>
- extends Object
The type of an option.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STRING
public static final ChromatticBuilder.Option.Type<String> STRING
- .
BOOLEAN
public static final ChromatticBuilder.Option.Type<Boolean> BOOLEAN
- .
parse
public final D parse(String value)
doParse
protected abstract D doParse(String value)
Copyright © 2010 eXo Platform SAS. All Rights Reserved.