Uses of Class
ix.test.EnumValuesTest.Direction

Packages that use EnumValuesTest.Direction
ix.test Simple applications for testing purposes. 
 

Uses of EnumValuesTest.Direction in ix.test
 

Methods in ix.test that return EnumValuesTest.Direction
static EnumValuesTest.Direction EnumValuesTest.Direction.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EnumValuesTest.Direction[] EnumValuesTest.Direction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.