org.chromattic.api
Class ChromatticBuilder.Option<D>

java.lang.Object
  extended by org.chromattic.api.ChromatticBuilder.Option<D>
Type Parameters:
D - the option data type
Enclosing class:
ChromatticBuilder

public static final class ChromatticBuilder.Option<D>
extends Object

A configuration option.


Nested Class Summary
static class ChromatticBuilder.Option.Instance<D>
          The instance of an option.
static class ChromatticBuilder.Option.Type<D>
          The type of an option.
 
Method Summary
 String getDisplayName()
           
 ChromatticBuilder.Option.Instance<D> getInstance(String value)
           
 String getName()
           
 ChromatticBuilder.Option.Type<D> getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getType

public ChromatticBuilder.Option.Type<D> getType()

getName

public String getName()

getDisplayName

public String getDisplayName()

getInstance

public ChromatticBuilder.Option.Instance<D> getInstance(String value)


Copyright © 2009 eXo Platform SAS. All Rights Reserved.