|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.foxsmart.ic.lang.Enum
com.foxsmart.csu.config.global.classmap.MatchProtocolEnum
public class MatchProtocolEnum
The MatchProtocolEnum class represents a match protocol.
| Field Summary | |
|---|---|
static MatchProtocolEnum |
ARP
Value: 1, Name: arp, Short Description: IP ARP. |
static MatchProtocolEnum |
BRIDGE
Value: 2, Name: bridge, Short Description: Bridging. |
static MatchProtocolEnum |
CDP
Value: 3, Name: cdp, Short Description: Cisco Discovery Protocol. |
static MatchProtocolEnum |
COMPRESSEDTCP
Value: 4, Name: compressedtcp, Short Description: Comopressed TCP. |
static MatchProtocolEnum |
IP
Value: 5, Name: ip, Short Description: IP. |
static MatchProtocolEnum |
LLC2
Value: 6, Name: llc2, Short Description: llc2. |
static MatchProtocolEnum |
PAD
Value: 7, Name: pad, Short Description: PAD links. |
static MatchProtocolEnum |
SNAPSHOT
Value: 8, Name: snapshot, Short Description: Snapshot routing support. |
| Fields inherited from class com.foxsmart.ic.lang.Enum |
|---|
enumMap, value |
| Constructor Summary | |
|---|---|
protected |
MatchProtocolEnum(EnumEntry enumEntry)
|
|
MatchProtocolEnum(java.lang.Integer value)
|
|
MatchProtocolEnum(java.lang.String name)
|
| Method Summary | |
|---|---|
static java.lang.Comparable |
getMaxValue()
Maximum value of 8. |
static java.lang.Comparable |
getMinValue()
Minimum value of 1. |
| Methods inherited from class com.foxsmart.ic.lang.Enum |
|---|
createEntry, equals, getEntry, getEntry, getEntry, getEnumClass, getLongDescription, getLongDescription, getName, getName, getName, getShortDescription, getShortDescription, getValue, getValue, getValue, hasEntry, hashCode, toString, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final MatchProtocolEnum ARP
public static final MatchProtocolEnum BRIDGE
public static final MatchProtocolEnum CDP
public static final MatchProtocolEnum COMPRESSEDTCP
public static final MatchProtocolEnum IP
public static final MatchProtocolEnum LLC2
public static final MatchProtocolEnum PAD
public static final MatchProtocolEnum SNAPSHOT
| Constructor Detail |
|---|
protected MatchProtocolEnum(EnumEntry enumEntry)
public MatchProtocolEnum(java.lang.String name)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
public MatchProtocolEnum(java.lang.Integer value)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException| Method Detail |
|---|
public static java.lang.Comparable getMinValue()
public static java.lang.Comparable getMaxValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||