Uses of Class
ninja.bodyparser.BodyParserEnginePostTest.MyEnum
-
Packages that use BodyParserEnginePostTest.MyEnum Package Description ninja.bodyparser -
-
Uses of BodyParserEnginePostTest.MyEnum in ninja.bodyparser
Fields in ninja.bodyparser declared as BodyParserEnginePostTest.MyEnum Modifier and Type Field Description BodyParserEnginePostTest.MyEnumBodyParserEnginePostTest.TestObjectWithEnum. enum1BodyParserEnginePostTest.MyEnumBodyParserEnginePostTest.TestObjectWithEnum. enum2Methods in ninja.bodyparser that return BodyParserEnginePostTest.MyEnum Modifier and Type Method Description static BodyParserEnginePostTest.MyEnumBodyParserEnginePostTest.MyEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static BodyParserEnginePostTest.MyEnum[]BodyParserEnginePostTest.MyEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-