Uses of Class
org.apache.camel.component.jt400.Jt400DataQueueEndpoint.Format

Uses of Jt400DataQueueEndpoint.Format in org.apache.camel.component.jt400
 

Methods in org.apache.camel.component.jt400 that return Jt400DataQueueEndpoint.Format
 Jt400DataQueueEndpoint.Format Jt400DataQueueEndpoint.getFormat()
           
 Jt400DataQueueEndpoint.Format Jt400PgmEndpoint.getFormat()
           
static Jt400DataQueueEndpoint.Format Jt400DataQueueEndpoint.Format.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Jt400DataQueueEndpoint.Format[] Jt400DataQueueEndpoint.Format.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.camel.component.jt400 with parameters of type Jt400DataQueueEndpoint.Format
 void Jt400DataQueueEndpoint.setFormat(Jt400DataQueueEndpoint.Format format)
           
 void Jt400PgmEndpoint.setFormat(Jt400DataQueueEndpoint.Format format)
           
 



Apache Camel