Uses of Enum Class
ee.jakarta.tck.ws.rs.spec.resource.valueofandfromstring.EnumWithFromStringAndValueOf
Packages that use EnumWithFromStringAndValueOf
-
Uses of EnumWithFromStringAndValueOf in ee.jakarta.tck.ws.rs.spec.resource.valueofandfromstring
Methods in ee.jakarta.tck.ws.rs.spec.resource.valueofandfromstring that return EnumWithFromStringAndValueOfModifier and TypeMethodDescriptionstatic EnumWithFromStringAndValueOf
EnumWithFromStringAndValueOf.fromString
(String string) static EnumWithFromStringAndValueOf
Returns the enum constant of this class with the specified name.static EnumWithFromStringAndValueOf[]
EnumWithFromStringAndValueOf.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ee.jakarta.tck.ws.rs.spec.resource.valueofandfromstring with parameters of type EnumWithFromStringAndValueOfModifier and TypeMethodDescriptionResource.enumcookie
(EnumWithFromStringAndValueOf param) Resource.enumheader
(EnumWithFromStringAndValueOf param) Resource.enummatrix
(EnumWithFromStringAndValueOf param) Resource.enumpath
(EnumWithFromStringAndValueOf param) Resource.enumquery
(EnumWithFromStringAndValueOf param)