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.MyEnum
BodyParserEnginePostTest.TestObjectWithEnum. enum1
BodyParserEnginePostTest.MyEnum
BodyParserEnginePostTest.TestObjectWithEnum. enum2
Methods in ninja.bodyparser that return BodyParserEnginePostTest.MyEnum Modifier and Type Method Description static BodyParserEnginePostTest.MyEnum
BodyParserEnginePostTest.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.
-