com.cmpware.cmp.models
Class ARC700.BRCC

java.lang.Object
  extended by com.cmpware.cmp.models.ARC700.BRCC
Enclosing class:
ARC700

public static final class ARC700.BRCC
extends java.lang.Object


Field Summary
static int AL
           
static int EQ
           
static int GE
           
static int HS
           
static int LO
           
static int LT
           
static int NE
           
 
Constructor Summary
ARC700.BRCC()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AL

public static final int AL
See Also:
Constant Field Values

EQ

public static final int EQ
See Also:
Constant Field Values

NE

public static final int NE
See Also:
Constant Field Values

LT

public static final int LT
See Also:
Constant Field Values

GE

public static final int GE
See Also:
Constant Field Values

LO

public static final int LO
See Also:
Constant Field Values

HS

public static final int HS
See Also:
Constant Field Values
Constructor Detail

ARC700.BRCC

public ARC700.BRCC()