All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.ibm.as400.ui.framework.java.DataFormatter | +----com.ibm.as400.ui.util.AS400Formatter | +----com.ibm.as400.ui.util.AS400SnameIBMFormatter
*SNAME
for IBM objects.
Checks using the CCSID of the AS/400 specified in the constructor.
If parsing is unsuccessful, an IllegalUserDataException
is thrown.
An AS/400 *SNAME
is also known as a Simple Name.
A valid Simple Name for IBM objects is:
*SNAME
is the same as *NAME
except quoted values and '.' are not allowed.
AS400SnameIBMFormatter
is the same as AS400SnameFormatter
,
but limited to 10 characters.
public AS400SnameIBMFormatter(AS400 systemObject)
public Object parse(String source) throws IllegalUserDataException
All Packages Class Hierarchy This Package Previous Next Index