Uses of Class
ball.upnp.AllowedValue
-
Packages that use AllowedValue Package Description ball.upnp Classes specific to Universal Plug and Play (UPnP) (moved to https://openconnectivity.org/developer/specifications/upnp-resources/upnp-developer-resources). -
-
Uses of AllowedValue in ball.upnp
Methods in ball.upnp that return AllowedValue Modifier and Type Method Description static AllowedValue
AllowedValue. valueOf(String name)
Returns the enum constant of this type with the specified name.static AllowedValue[]
AllowedValue. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-