org.mythtv.services.api.v025.status.converters
Class JobStatusTransform

java.lang.Object
  extended by org.mythtv.services.api.v025.status.converters.JobStatusTransform
All Implemented Interfaces:
org.simpleframework.xml.transform.Transform<Job.Status>

public class JobStatusTransform
extends java.lang.Object
implements org.simpleframework.xml.transform.Transform<Job.Status>


Constructor Summary
JobStatusTransform()
           
 
Method Summary
 Job.Status read(java.lang.String value)
           
 java.lang.String write(Job.Status value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobStatusTransform

public JobStatusTransform()
Method Detail

read

public Job.Status read(java.lang.String value)
                throws java.lang.Exception
Specified by:
read in interface org.simpleframework.xml.transform.Transform<Job.Status>
Throws:
java.lang.Exception

write

public java.lang.String write(Job.Status value)
                       throws java.lang.Exception
Specified by:
write in interface org.simpleframework.xml.transform.Transform<Job.Status>
Throws:
java.lang.Exception