Class OperaValue<T>
- java.lang.Object
-
- ch.supertomcat.supertomcatutils.http.cookies.opera.oldformat.containers.values.OperaValue<T>
-
- Type Parameters:
T- Value Type
- Direct Known Subclasses:
OperaByteValue,OperaIntegerValue,OperaLongValue,OperaShortValue,OperaStringValue,OperaTimeValue
public abstract class OperaValue<T> extends Object
Container class for value
-
-
Constructor Summary
Constructors Constructor Description OperaValue()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetValue()Returns the valuevoidsetValue(T value)Sets the valueStringtoString()
-