Package de.intarsys.tools.result
Class LiteralResult
- java.lang.Object
-
- de.intarsys.tools.result.CommonResult
-
- de.intarsys.tools.result.LiteralResult
-
- All Implemented Interfaces:
IMimeTypeSupport
,ILiteralResult
,IResult
public class LiteralResult extends CommonResult implements ILiteralResult
-
-
Constructor Summary
Constructors Constructor Description LiteralResult(java.lang.String contentType, java.lang.Object value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getValue()
java.lang.String
toString()
-
Methods inherited from class de.intarsys.tools.result.CommonResult
getContentType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface de.intarsys.tools.mime.IMimeTypeSupport
getContentType
-
-
-
-
Method Detail
-
getValue
public java.lang.Object getValue()
- Specified by:
getValue
in interfaceILiteralResult
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-