com.foxsmart.csu.config.global.interfacepkg
Class LapbEncapsulationEnum

java.lang.Object
  extended by com.foxsmart.ic.lang.Enum
      extended by com.foxsmart.csu.config.global.interfacepkg.LapbEncapsulationEnum
All Implemented Interfaces:
java.io.Serializable

public class LapbEncapsulationEnum
extends Enum

The LapbEncapsulationEnum class represents the interface options for LAPB (X.25 Level 2) encapsulation.

See Also:
Serialized Form

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

IP

public static final LapbEncapsulationEnum IP
Value: 0, Name: ip, Short Description: IP.


MULTI

public static final LapbEncapsulationEnum MULTI
Value: 1, Name: multi, Short Description: Multiprotocol Operation.


SNAPSHOT

public static final LapbEncapsulationEnum SNAPSHOT
Value: 2, Name: snapshot, Short Description: Snapshot Routing Support.

Constructor Detail

LapbEncapsulationEnum

protected LapbEncapsulationEnum(EnumEntry enumEntry)

LapbEncapsulationEnum

public LapbEncapsulationEnum(java.lang.String name)
                      throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException

LapbEncapsulationEnum

public LapbEncapsulationEnum(java.lang.Integer value)
                      throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException
Method Detail

getMinValue

public static java.lang.Comparable getMinValue()
Minimum value of 0.

Returns:
0.

getMaxValue

public static java.lang.Comparable getMaxValue()
Maximum value of 2.

Returns:
2.


Copyright © 2005-2008 Fox Smart, Inc. All Rights Reserved.