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

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

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

The instance of an option.


Method Summary
 boolean equals(Object obj)
           
 ChromatticBuilder.Option<D> getOption()
           
 D getValue()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getOption

public ChromatticBuilder.Option<D> getOption()

getValue

public D getValue()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2010 eXo Platform SAS. All Rights Reserved.