com.foxsmart.csu.config.global.mapclassframerelay
Class FrameRelayEndToEndKeepaliveModeEnum

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

public class FrameRelayEndToEndKeepaliveModeEnum
extends Enum

The FrameRelayEndToEndKeepaliveModeEnum class represents the frame relay end to end keepalive mode for a frame relay map-class.

See Also:
Serialized Form

Field Summary
static FrameRelayEndToEndKeepaliveModeEnum BIDIRECTIONAL
          Value: 1, Name: bidirectional, Short Description: Bidirectional mode.
static FrameRelayEndToEndKeepaliveModeEnum PASSIVE_REPLY
          Value: 2, Name: passive-reply, Short Description: Set passive-reply mode.
static FrameRelayEndToEndKeepaliveModeEnum REPLY
          Value: 3, Name: reply, Short Description: Set unidirectional reply mode.
static FrameRelayEndToEndKeepaliveModeEnum REQUEST
          Value: 4, Name: request, Short Description: Set unidirectional request mode.
 
Fields inherited from class com.foxsmart.ic.lang.Enum
enumMap, value
 
Constructor Summary
protected FrameRelayEndToEndKeepaliveModeEnum(EnumEntry enumEntry)
           
  FrameRelayEndToEndKeepaliveModeEnum(java.lang.Integer value)
           
  FrameRelayEndToEndKeepaliveModeEnum(java.lang.String name)
           
 
Method Summary
static java.lang.Comparable getMaxValue()
          Maximum value of 4.
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

BIDIRECTIONAL

public static final FrameRelayEndToEndKeepaliveModeEnum BIDIRECTIONAL
Value: 1, Name: bidirectional, Short Description: Bidirectional mode.


PASSIVE_REPLY

public static final FrameRelayEndToEndKeepaliveModeEnum PASSIVE_REPLY
Value: 2, Name: passive-reply, Short Description: Set passive-reply mode.


REPLY

public static final FrameRelayEndToEndKeepaliveModeEnum REPLY
Value: 3, Name: reply, Short Description: Set unidirectional reply mode.


REQUEST

public static final FrameRelayEndToEndKeepaliveModeEnum REQUEST
Value: 4, Name: request, Short Description: Set unidirectional request mode.

Constructor Detail

FrameRelayEndToEndKeepaliveModeEnum

protected FrameRelayEndToEndKeepaliveModeEnum(EnumEntry enumEntry)

FrameRelayEndToEndKeepaliveModeEnum

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

FrameRelayEndToEndKeepaliveModeEnum

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

getMinValue

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

Returns:
1.

getMaxValue

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

Returns:
4.


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