com.foxsmart.csu.config.global
Class SubInterfaceTypeEnum

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

public class SubInterfaceTypeEnum
extends Enum

The SubInterfaceTypeEnum class represents a sub-interface type for interfaces that contain sub-interfaces.

See Also:
Serialized Form

Field Summary
static SubInterfaceTypeEnum MULTIPOINT
          Value: 0, Name: multipoint, Short Description: Multi-point.
static SubInterfaceTypeEnum POINT_TO_POINT
          Value: 1, Name: point-to-point, Short Description: Point to Point.
 
Fields inherited from class com.foxsmart.ic.lang.Enum
enumMap, value
 
Constructor Summary
protected SubInterfaceTypeEnum(EnumEntry enumEntry)
           
  SubInterfaceTypeEnum(java.lang.Integer value)
           
  SubInterfaceTypeEnum(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

MULTIPOINT

public static final SubInterfaceTypeEnum MULTIPOINT
Value: 0, Name: multipoint, Short Description: Multi-point.


POINT_TO_POINT

public static final SubInterfaceTypeEnum POINT_TO_POINT
Value: 1, Name: point-to-point, Short Description: Point to Point.

Constructor Detail

SubInterfaceTypeEnum

protected SubInterfaceTypeEnum(EnumEntry enumEntry)

SubInterfaceTypeEnum

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

SubInterfaceTypeEnum

public SubInterfaceTypeEnum(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.