org.chromattic.api
Class ChromatticBuilder.Option.Type<T>
java.lang.Object
org.chromattic.api.ChromatticBuilder.Option.Type<T>
- Enclosing class:
- ChromatticBuilder.Option<T>
public abstract static class ChromatticBuilder.Option.Type<T>
- extends Object
| 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
- .
getJavaType
public final Class<T> getJavaType()
parse
public final T parse(String value)
doParse
protected abstract T doParse(String value)
Copyright © 2009 eXo Platform SAS. All Rights Reserved.