Uses of Enum Class
com.teamdev.jxbrowser.cast.rpc.CastMode
Package
Description
-
Uses of CastMode in com.teamdev.jxbrowser.cast
-
Uses of CastMode in com.teamdev.jxbrowser.cast.event
-
Uses of CastMode in com.teamdev.jxbrowser.cast.rpc
Modifier and TypeMethodDescriptionstatic CastMode
CastMode.forNumber
(int value) static CastMode
CastMode.valueOf
(int value) Deprecated.static CastMode
CastMode.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static CastMode
Returns the enum constant of this class with the specified name.static CastMode[]
CastMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<CastMode>
CastMode.internalGetValueMap()