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.AS400CnameIBMFormatter
*CNAME
for IBM commands.
Checks using the CCSID of the AS/400 specified in the constructor.
If parsing is unsuccessful, an IllegalUserDataException
is thrown.
An AS/400 *CNAME
is also known as a Communications Name.
A valid Communications Name is:
*CNAME
is the same as *SNAME
except '_' is not allowed.
*CNAME
is the same as *NAME
except quoted values, '_' and '.' are not allowed.
AS400CnameIBMFormatter
is the same as AS400CnameFormatter
,
but limited to 10 characters.
AS400CnameIBMFormatter
.
*CNAME
for IBM commands.
public AS400CnameIBMFormatter(AS400 systemObject)
AS400CnameIBMFormatter
.
The CCSID of the input AS400
object will be used for checking.
If a null AS400
object is used, 37 is used as a default CCSID.
AS400
object.
public Object parse(String source) throws IllegalUserDataException
*CNAME
for IBM commands.
If the string is not valid an IllegalUserDataException
is thrown.
All Packages Class Hierarchy This Package Previous Next Index