com.foxsmart.csu.config
Class InputOutputEnum
java.lang.Object
com.foxsmart.ic.lang.Enum
com.foxsmart.csu.config.InputOutputEnum
- All Implemented Interfaces:
- java.io.Serializable
public class InputOutputEnum
- extends Enum
The InputOutputEnum class represents values of input or output.
- 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 |
INPUT
public static final InputOutputEnum INPUT
- Value: 0, Name: input, Short Description: input.
OUTPUT
public static final InputOutputEnum OUTPUT
- Value: 1, Name: output, Short Description: output.
InputOutputEnum
protected InputOutputEnum(EnumEntry enumEntry)
InputOutputEnum
public InputOutputEnum(java.lang.String name)
throws java.lang.IllegalArgumentException
- Throws:
java.lang.IllegalArgumentException
InputOutputEnum
public InputOutputEnum(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.