Uses of Class
org.apache.camel.component.hl7.HL7Charset
-
-
Uses of HL7Charset in org.apache.camel.component.hl7
Methods in org.apache.camel.component.hl7 that return HL7Charset Modifier and Type Method Description static HL7Charset
HL7Charset. getHL7Charset(String s)
Returns the HL7Charset that matches the parameterstatic HL7Charset
HL7Charset. valueOf(String name)
Returns the enum constant of this type with the specified name.static HL7Charset[]
HL7Charset. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-