Uses of Class
org.tn5250j.sessionsettings.ColumnSeparator
-
Packages that use ColumnSeparator Package Description org.tn5250j.sessionsettings -
-
Uses of ColumnSeparator in org.tn5250j.sessionsettings
Fields in org.tn5250j.sessionsettings declared as ColumnSeparator Modifier and Type Field Description static ColumnSeparatorColumnSeparator. DEFAULTdefault LineMethods in org.tn5250j.sessionsettings that return ColumnSeparator Modifier and Type Method Description static ColumnSeparatorColumnSeparator. getFromName(java.lang.String name)searches the enumeration for the given name, case insensitivestatic ColumnSeparatorColumnSeparator. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ColumnSeparator[]ColumnSeparator. values()Returns an array containing the constants of this enum type, in the order they are declared.
-