Class StringToBoolTransformer
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.transform.ebxml.StringToBoolTransformer
- Author:
- Boris Stanojevic
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
StringToBoolTransformer
public StringToBoolTransformer()
-
-
Method Details
-
toEbXML
- Parameters:
booleanValue
- givenBoolean
- Returns:
- "yes"|"no" otherwise
null
-
fromEbXML
- Parameters:
slotValue
- given slotValue which can only have "yes"|"no" values- Returns:
true
|false
otherwisenull
-