|
||||||||||
| 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.mapclassframerelay.FrameRelayEndToEndKeepaliveModeEnum
public class FrameRelayEndToEndKeepaliveModeEnum
The FrameRelayEndToEndKeepaliveModeEnum class represents the frame relay end to end keepalive mode for a frame relay map-class.
| 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 |
|---|
public static final FrameRelayEndToEndKeepaliveModeEnum BIDIRECTIONAL
public static final FrameRelayEndToEndKeepaliveModeEnum PASSIVE_REPLY
public static final FrameRelayEndToEndKeepaliveModeEnum REPLY
public static final FrameRelayEndToEndKeepaliveModeEnum REQUEST
| Constructor Detail |
|---|
protected FrameRelayEndToEndKeepaliveModeEnum(EnumEntry enumEntry)
public FrameRelayEndToEndKeepaliveModeEnum(java.lang.String name)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
public FrameRelayEndToEndKeepaliveModeEnum(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 | |||||||||