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

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

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


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

Constructor Detail

JobTypeTransform

public JobTypeTransform()
Method Detail

read

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

write

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