|
||||||||||
| 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.interfacepkg.LapbEncapsulationEnum
public class LapbEncapsulationEnum
The LapbEncapsulationEnum class represents the interface options for LAPB (X.25 Level 2) encapsulation.
| Field Summary | |
|---|---|
static LapbEncapsulationEnum |
IP
Value: 0, Name: ip, Short Description: IP. |
static LapbEncapsulationEnum |
MULTI
Value: 1, Name: multi, Short Description: Multiprotocol Operation. |
static LapbEncapsulationEnum |
SNAPSHOT
Value: 2, Name: snapshot, Short Description: Snapshot Routing Support. |
| Fields inherited from class com.foxsmart.ic.lang.Enum |
|---|
enumMap, value |
| Constructor Summary | |
|---|---|
protected |
LapbEncapsulationEnum(EnumEntry enumEntry)
|
|
LapbEncapsulationEnum(java.lang.Integer value)
|
|
LapbEncapsulationEnum(java.lang.String name)
|
| Method Summary | |
|---|---|
static java.lang.Comparable |
getMaxValue()
Maximum value of 2. |
static java.lang.Comparable |
getMinValue()
Minimum value of 0. |
| 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 LapbEncapsulationEnum IP
public static final LapbEncapsulationEnum MULTI
public static final LapbEncapsulationEnum SNAPSHOT
| Constructor Detail |
|---|
protected LapbEncapsulationEnum(EnumEntry enumEntry)
public LapbEncapsulationEnum(java.lang.String name)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
public LapbEncapsulationEnum(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 | |||||||||