public class ParserUtil extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
parseBooleanValue(String value)
Return true if the value is "true" or "1".
|
public static boolean parseBooleanValue(String value) throws WebServiceException
value
- The String representation of the value. Must not be null.PolicyException
- If the value is not "true", "false", "0" or "1".WebServiceException
Copyright © 2015 Oracle Corporation. All rights reserved.