net.sf.jradius.packet.attribute
Class RadiusAttribute.Operator
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
RadiusAttribute.Operator
public RadiusAttribute.Operator()
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.