net.sf.jradius.packet.attribute
Class RadiusAttribute.Operator

java.lang.Object
  extended by net.sf.jradius.packet.attribute.RadiusAttribute.Operator
Enclosing class:
RadiusAttribute

public static final class RadiusAttribute.Operator
extends java.lang.Object

The JRadius RadiusAttribute Operator Type.

Author:
David Bird

Field Summary
static int ADD
           
static int CMP_EQ
           
static int CMP_FALSE
           
static int CMP_TRUE
           
static int EQ
           
static int GE
           
static int GT
           
static int LE
           
static int LT
           
static int NE
           
static int REG_EQ
           
static int REG_NE
           
static int SET
           
static int SUB
           
 
Constructor Summary
RadiusAttribute.Operator()
           
 
Method Summary
static int operatorFromString(java.lang.String op)
           
static java.lang.String operatorToString(int op)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ADD

public static final int ADD
See Also:
Constant Field Values

SUB

public static final int SUB
See Also:
Constant Field Values

SET

public static final int SET
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

GE

public static final int GE
See Also:
Constant Field Values

GT

public static final int GT
See Also:
Constant Field Values

LE

public static final int LE
See Also:
Constant Field Values

LT

public static final int LT
See Also:
Constant Field Values

REG_EQ

public static final int REG_EQ
See Also:
Constant Field Values

REG_NE

public static final int REG_NE
See Also:
Constant Field Values

CMP_TRUE

public static final int CMP_TRUE
See Also:
Constant Field Values

CMP_FALSE

public static final int CMP_FALSE
See Also:
Constant Field Values

CMP_EQ

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

RadiusAttribute.Operator

public RadiusAttribute.Operator()
Method Detail

operatorToString

public static java.lang.String operatorToString(int op)

operatorFromString

public static int operatorFromString(java.lang.String op)


Copyright © 2006 The JRadius Project, All Rights Reserved.