com.foxsmart.csu.config.global
Class VlanInterfaceTypeEnum

java.lang.Object
  extended by com.foxsmart.ic.lang.Enum
      extended by 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

Field Summary
static VlanInterfaceTypeEnum ETHERNET
          Value: 1, Name: ethernet, Short Description: Ethernet.
static VlanInterfaceTypeEnum TRBRF
          Value: 0, Name: trbrf, Short Description: Token Ring Bridge Relay Function.
 
Fields inherited from class com.foxsmart.ic.lang.Enum
enumMap, value
 
Constructor Summary
protected VlanInterfaceTypeEnum(EnumEntry enumEntry)
           
  VlanInterfaceTypeEnum(java.lang.Integer value)
           
  VlanInterfaceTypeEnum(java.lang.String name)
           
 
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
 

Field Detail

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.

Constructor Detail

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
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 1.

Returns:
1.


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