com.sage.accpac.sm
Class A4wapi

java.lang.Object
  extended by com.sage.accpac.sm.A4wapi

@ThreadSafe
public final class A4wapi
extends java.lang.Object

The a4wapi class is a core class providing low level functionality for interfacing between the Accpac formats of information and the Java formats.

See Also:
StringEncoder, StringDecoder
Thread safety
Thread-safe.

Constructor Summary
A4wapi()
           
 
Method Summary
static boolean booleanOfString(java.lang.String s)
          Return a boolean value representing the string argument, with positive control.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

A4wapi

public A4wapi()
Method Detail

booleanOfString

public static boolean booleanOfString(java.lang.String s)
Return a boolean value representing the string argument, with positive control.

Parameters:
s - the string to convert to boolean
Returns:
a boolean primitive representing the argument
Throws:
java.lang.NullPointerException - if the argument is a null pointer
java.lang.IllegalArgumentException - if the argument is not recognised as a boolean value.


Copyright © 2010 Sage Software, Inc. All rights reserved.