com.foxsmart.csu.config.global
Class VlanInterfaceTypeEnum
java.lang.Object
com.foxsmart.ic.lang.Enum
com.foxsmart.csu.config.global.VlanInterfaceTypeEnum
- All Implemented Interfaces:
- java.io.Serializable
public class VlanInterfaceTypeEnum
- extends Enum
The VlanInterfaceTypeEnum class represents a type of Vlan interface.
- See Also:
- Serialized Form
|
Method Summary |
static java.lang.Comparable |
getMaxValue()
Maximum value of 1. |
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 |
TRBRF
public static final VlanInterfaceTypeEnum TRBRF
- Value: 0, Name: trbrf, Short Description: Token Ring Bridge Relay Function.
ETHERNET
public static final VlanInterfaceTypeEnum ETHERNET
- Value: 1, Name: ethernet, Short Description: Ethernet.
VlanInterfaceTypeEnum
protected VlanInterfaceTypeEnum(EnumEntry enumEntry)
VlanInterfaceTypeEnum
public VlanInterfaceTypeEnum(java.lang.String name)
throws java.lang.IllegalArgumentException
- Throws:
java.lang.IllegalArgumentException
VlanInterfaceTypeEnum
public VlanInterfaceTypeEnum(java.lang.Integer value)
throws java.lang.IllegalArgumentException
- Throws:
java.lang.IllegalArgumentException
getMinValue
public static java.lang.Comparable getMinValue()
- Minimum value of 0.
- Returns:
- 0.
getMaxValue
public static java.lang.Comparable getMaxValue()
- Maximum value of 1.
- Returns:
- 1.
Copyright © 2005-2008 Fox Smart, Inc. All Rights Reserved.