|
||||||||||
| 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.IgmpTypeEnum
public class IgmpTypeEnum
The IgmpTypeEnum class represents IGMP message types.
| Field Summary | |
|---|---|
static IgmpTypeEnum |
DVMP
Value: 3, Name: dvmp, Short Description: Distance Vector Multicast Routing Protocol. |
static IgmpTypeEnum |
HOST_QUERY
Value: 1, Name: host-query, Short Description: Host query. |
static IgmpTypeEnum |
HOST_REPORT
Value: 2, Name: host-report, Short Description: Host report. |
static IgmpTypeEnum |
PIM
Value: 4, Name: pim, Short Description: Protocol Independent Multicast. |
static IgmpTypeEnum |
TRACE
Value: 5, Name: trace, Short Description: Multicast trace. |
| Fields inherited from class com.foxsmart.ic.lang.Enum |
|---|
enumMap, value |
| Constructor Summary | |
|---|---|
protected |
IgmpTypeEnum(EnumEntry enumEntry)
|
|
IgmpTypeEnum(java.lang.Integer value)
|
|
IgmpTypeEnum(java.lang.String name)
|
| Method Summary | |
|---|---|
static java.lang.Comparable |
getMaxValue()
Maximum value of 15. |
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 IgmpTypeEnum DVMP
public static final IgmpTypeEnum HOST_QUERY
public static final IgmpTypeEnum HOST_REPORT
public static final IgmpTypeEnum PIM
public static final IgmpTypeEnum TRACE
| Constructor Detail |
|---|
protected IgmpTypeEnum(EnumEntry enumEntry)
public IgmpTypeEnum(java.lang.String name)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
public IgmpTypeEnum(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 | |||||||||