bad.robot.excel
Class AbstractValueType<T extends Serializable>

java.lang.Object
  extended by bad.robot.excel.AbstractValueType<T>
All Implemented Interfaces:
ValueType<T>, Serializable, Comparable<AbstractValueType<?>>
Direct Known Subclasses:
Alignment, BottomBorder, ColumnIndex, DataFormat, ExcelRowIndex, FontSize, Formula, Hyperlink, LeftBorder, RightBorder, RowIndex, SheetIndex, TopBorder

public abstract class AbstractValueType<T extends Serializable>
extends Object
implements ValueType<T>, Serializable, Comparable<AbstractValueType<?>>

See Also:
Serialized Form

Constructor Summary
AbstractValueType(T value)
           
 
Method Summary
 int compareTo(AbstractValueType<?> other)
           
 boolean equals(Object other)
           
 int hashCode()
           
 String toString()
           
 T value()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractValueType

public AbstractValueType(T value)
Method Detail

value

public T value()
Specified by:
value in interface ValueType<T extends Serializable>

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

compareTo

public int compareTo(AbstractValueType<?> other)
Specified by:
compareTo in interface Comparable<AbstractValueType<?>>

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.