Uses of Class
net.sf.twip.TwipTest.MyEnum

Packages that use TwipTest.MyEnum
net.sf.twip   
 

Uses of TwipTest.MyEnum in net.sf.twip
 

Fields in net.sf.twip declared as TwipTest.MyEnum
static TwipTest.MyEnum[] TwipTest.ENUMS
           
 

Methods in net.sf.twip that return TwipTest.MyEnum
static TwipTest.MyEnum TwipTest.MyEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TwipTest.MyEnum[] TwipTest.MyEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.twip that return types with arguments of type TwipTest.MyEnum
static List<TwipTest.MyEnum> TwipTest.enums()
           
 

Methods in net.sf.twip with parameters of type TwipTest.MyEnum
 void TwipTest.testEnum(TwipTest.MyEnum e)
           
 void TwipTest.testEnumAndBoolean(TwipTest.MyEnum e, Boolean b)
           
 void TwipTest.testEnumAndEnumValuesMethod(TwipTest.MyEnum a, TwipTest.MyEnum b)
           
 void TwipTest.testEnumAndNullableBoolean(TwipTest.MyEnum e, Boolean b)
           
 void TwipTest.testEnumNotNull(TwipTest.MyEnum e)
           
 void TwipTest.testEnumValuesArray(TwipTest.MyEnum e)
           
 void TwipTest.testEnumValuesMethod(TwipTest.MyEnum e)
           
 void TwipTest.testNullableEnumAndBoolean(TwipTest.MyEnum e, Boolean b)
           
 void TwipTest.testNullableEnumAndNullableBoolean(TwipTest.MyEnum e, Boolean b)
           
 



Copyright © 2011. All Rights Reserved.