com.ibm.cics.server
Class AIDValue

java.lang.Object
  extended by com.ibm.cics.server.AIDValue

public class AIDValue
extends java.lang.Object

This class provides a set of constants for use with getAIDbyte() method in the TerminalPrincipalFacility class.

Version:
10/04/22
Author:
Richard Chamberlain
See Also:
TerminalPrincipalFacility

Field Summary
static byte CLEAR
          CLEAR AID value
static byte ENTER
          ENTER AID value
static byte NULL
          NULL AID value
static byte PA1
          PA1 AID value
static byte PA2
          PA2 AID value
static byte PA3
          PA3 AID value
static byte PF1
          PF1 AID value
static byte PF10
          PF10 AID value
static byte PF11
          PF11 AID value
static byte PF12
          PF12 AID value
static byte PF13
          PF13 AID value
static byte PF14
          PF14 AID value
static byte PF15
          PF15 AID value
static byte PF16
          PF16 AID value
static byte PF17
          PF17 AID value
static byte PF18
          PF18 AID value
static byte PF19
          PF19 AID value
static byte PF2
          PF2 AID value
static byte PF20
          PF20 AID value
static byte PF21
          PF21 AID value
static byte PF22
          PF22 AID value
static byte PF23
          PF23 AID value
static byte PF24
          PF24 AID value
static byte PF3
          PF3 AID value
static byte PF4
          PF4 AID value
static byte PF5
          PF5 AID value
static byte PF6
          PF6 AID value
static byte PF7
          PF7 AID value
static byte PF8
          PF8 AID value
static byte PF9
          PF9 AID value
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NULL

public static final byte NULL
NULL AID value

See Also:
Constant Field Values

ENTER

public static final byte ENTER
ENTER AID value

See Also:
Constant Field Values

CLEAR

public static final byte CLEAR
CLEAR AID value

See Also:
Constant Field Values

PA1

public static final byte PA1
PA1 AID value

See Also:
Constant Field Values

PA2

public static final byte PA2
PA2 AID value

See Also:
Constant Field Values

PA3

public static final byte PA3
PA3 AID value

See Also:
Constant Field Values

PF1

public static final byte PF1
PF1 AID value

See Also:
Constant Field Values

PF2

public static final byte PF2
PF2 AID value

See Also:
Constant Field Values

PF3

public static final byte PF3
PF3 AID value

See Also:
Constant Field Values

PF4

public static final byte PF4
PF4 AID value

See Also:
Constant Field Values

PF5

public static final byte PF5
PF5 AID value

See Also:
Constant Field Values

PF6

public static final byte PF6
PF6 AID value

See Also:
Constant Field Values

PF7

public static final byte PF7
PF7 AID value

See Also:
Constant Field Values

PF8

public static final byte PF8
PF8 AID value

See Also:
Constant Field Values

PF9

public static final byte PF9
PF9 AID value

See Also:
Constant Field Values

PF10

public static final byte PF10
PF10 AID value

See Also:
Constant Field Values

PF11

public static final byte PF11
PF11 AID value

See Also:
Constant Field Values

PF12

public static final byte PF12
PF12 AID value

See Also:
Constant Field Values

PF13

public static final byte PF13
PF13 AID value

See Also:
Constant Field Values

PF14

public static final byte PF14
PF14 AID value

See Also:
Constant Field Values

PF15

public static final byte PF15
PF15 AID value

See Also:
Constant Field Values

PF16

public static final byte PF16
PF16 AID value

See Also:
Constant Field Values

PF17

public static final byte PF17
PF17 AID value

See Also:
Constant Field Values

PF18

public static final byte PF18
PF18 AID value

See Also:
Constant Field Values

PF19

public static final byte PF19
PF19 AID value

See Also:
Constant Field Values

PF20

public static final byte PF20
PF20 AID value

See Also:
Constant Field Values

PF21

public static final byte PF21
PF21 AID value

See Also:
Constant Field Values

PF22

public static final byte PF22
PF22 AID value

See Also:
Constant Field Values

PF23

public static final byte PF23
PF23 AID value

See Also:
Constant Field Values

PF24

public static final byte PF24
PF24 AID value

See Also:
Constant Field Values