com.ibm.cics.server
Class AIDValue

java.lang.Object
  |
  +--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.

See Also:
TerminalPrincipalFacility

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

Field Detail

NULL

public static final byte NULL

ENTER

public static final byte ENTER

CLEAR

public static final byte CLEAR

PA1

public static final byte PA1

PA2

public static final byte PA2

PA3

public static final byte PA3

PF1

public static final byte PF1

PF2

public static final byte PF2

PF3

public static final byte PF3

PF4

public static final byte PF4

PF5

public static final byte PF5

PF6

public static final byte PF6

PF7

public static final byte PF7

PF8

public static final byte PF8

PF9

public static final byte PF9

PF10

public static final byte PF10

PF11

public static final byte PF11

PF12

public static final byte PF12

PF13

public static final byte PF13

PF14

public static final byte PF14

PF15

public static final byte PF15

PF16

public static final byte PF16

PF17

public static final byte PF17

PF18

public static final byte PF18

PF19

public static final byte PF19

PF20

public static final byte PF20

PF21

public static final byte PF21

PF22

public static final byte PF22

PF23

public static final byte PF23

PF24

public static final byte PF24