Package com.microfocus.zfe.haapi.ps
Enum Class Attribute
- All Implemented Interfaces:
Serializable
,Comparable<Attribute>
,java.lang.constant.Constable
Enumeration of all possible field and extended attributes for all host types.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescription3270, 525052503270, 5250, VT, HP, T27, ACL, UTS3270VT, T275250UTS3270VTVTVTIBM and T27 attributes take up a spaceHP, T27HP32703270, 5250, VT, HP, T27, ALC3270, 5250, UTS5250UTST27UTS, HP52503270, 5250, HP, UTS3270, 525052505250327032703270, 5250, HP, UTS, T27327032703270, 5250, VT, HP, T27, ACL, UTSUTSUTS, T27HPHP5250UTSUTSUTSHP, IBM3270 (hijacks this bit for REQUIRED FIELDS)T2732703270, 5250, VT, HP, UTS, T27UTS32703270 -
Method Summary
-
Enum Constant Details
-
PROTECTED
3270, 5250, HP, UTS, T27 -
MODIFIED
3270, 5250, HP, UTS -
NUMERIC_ONLY
3270, 5250 -
ALPHA_NUMERIC
3270, 5250 -
HIGH_INTENSITY
3270, 5250, UTS -
HIDDEN
3270, 5250, VT, HP, T27, ALC -
PEN_DETECTABLE
3270 -
ALPHA_ONLY
5250 -
NUMERIC_SHIFT
5250 -
NUMERIC_SPECIAL
5250 -
KATAKANA_SHIFT
5250 -
MAGNETIC_STRIPE
5250 -
SIGNED_NUMERIC_ONLY
5250 -
TRANSMIT_ONLY
HP, IBM3270 (hijacks this bit for REQUIRED FIELDS) -
FIELD_END_MARKER
HP, T27 -
FIELD_START_MARKER
HP -
SPECIAL_EMPHASIS_PROTECTED
UTS -
TAB_STOP
UTS -
REVERSE
3270, 5250, VT, HP, T27, ACL, UTS -
BLINKING
3270, 5250, VT, HP, T27, ACL, UTS -
RIGHT_JUSTIFIED
UTS, T27 -
LEFT_JUSTIFIED
T27 -
FIELD_ATTRIBUTE
IBM and T27 attributes take up a space -
LOW_INTENSITY
UTS, HP -
UNDERLINE
3270, 5250, VT, HP, UTS, T27 -
DOUBLE_BYTE
3270 -
COLUMN_SEPARATOR
5250 -
BOLD
VT, T27 -
DOUBLE_WIDTH
VT -
DOUBLE_HEIGHT_TOP
VT -
DOUBLE_HEIGHT_BOTTOM
VT -
SHIFT_CASE
HP -
SHIFT_OUT
HP -
CONTROL_PAGE_DATA
UTS -
RIGHT_COLUMN_SEPARATOR
UTS -
LEFT_COLUMN_SEPARATOR
UTS -
UPPERSCORE
UTS -
STRIKE_THROUGH
UTS -
TRANSMITTABLE
T27 -
BLUE
3270 -
RED
3270 -
PINK
3270 -
GREEN
3270 -
TURQUOISE
3270 -
YELLOW
3270 -
WHITE
3270 -
REQUIRED
3270
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-