|
|||||||||
| Home >> All >> org >> apache >> commons >> lang >> [ enum overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package org.apache.commons.lang.enum
| Class Summary | |
| Broken1Enum | Broken color enumeration. |
| Broken1OperationEnum | Broken Operator enumeration, null class. |
| Broken1OperationEnum.MinusOperation | |
| Broken1OperationEnum.PlusOperation | |
| Broken2Enum | Broken color enumeration. |
| Broken2OperationEnum | Broken Operator enumeration, getEnumClass() not superclass. |
| Broken2OperationEnum.MinusOperation | |
| Broken2OperationEnum.PlusOperation | |
| Broken3Enum | Broken color enumeration. |
| Broken3OperationEnum | Broken Operator enumeration, getEnumClass() is Enum.class. |
| Broken3OperationEnum.MinusOperation | |
| Broken3OperationEnum.PlusOperation | |
| Broken4OperationEnum | Broken Operator enumeration, getEnumClass() is ValuedEnum.class. |
| Broken4OperationEnum.MinusOperation | |
| Broken4OperationEnum.PlusOperation | |
| Broken5OperationEnum | Broken Operator enumeration, getEnumClass() is not an Enum class. |
| Broken5OperationEnum.MinusOperation | |
| Broken5OperationEnum.PlusOperation | |
| ColorEnum | Color enumeration. |
| DummyEnum | Dummy enumeration - no values. |
| Enum | Deprecated. Replaced by org.apache.commons.lang.enums.Enum and will be removed in version 3.0. |
| Enum.Entry | Enable the iterator to retain the source code order. |
| EnumTest | Test cases for the Enum class. |
| EnumTestSuite | Test suite for the Enum package. |
| EnumUtils | Deprecated. Replaced by org.apache.commons.lang.enums.EnumUtils and will be removed in version 3.0. |
| EnumUtilsTest | Test cases for the Enum class. |
| Extended1Enum | Base extended enumeration. |
| Extended2Enum | Extended enumeration. |
| Extended3Enum | Extended enumeration. |
| Nest | Color enumeration demonstrating a normal simple nesting case. |
| Nest.ColorEnum | |
| NestBroken | Color enumeration which demonstrates how to break the enum system. |
| NestBroken.ColorEnum | |
| NestLinked | Color enumeration which demonstrates how to define the constants in a different class to the Enum. |
| NestLinked.ColorEnum | |
| NestReferenced | Color enumeration which demonstrates how to provide a view of the constants in a different class to the Enum. |
| NestReferenced.ColorEnum | |
| OperationEnum | Operator enumeration. |
| OperationEnum.MinusOperation | |
| OperationEnum.PlusOperation | |
| ValuedColorEnum | Color enumeration. |
| ValuedEnum | Deprecated. Replaced by org.apache.commons.lang.enums.ValuedEnum and will be removed in version 3.0. |
| ValuedEnumTest | Test cases for the Enum class. |
|
|||||||||
| Home >> All >> org >> apache >> commons >> lang >> [ enum overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||