Uses of Enum Class
com.teamdev.jxbrowser.cast.rpc.CastMode
Packages that use CastMode
Package
Description
-
Uses of CastMode in com.teamdev.jxbrowser.cast
Methods in com.teamdev.jxbrowser.cast that return CastMode -
Uses of CastMode in com.teamdev.jxbrowser.cast.event
Methods in com.teamdev.jxbrowser.cast.event that return CastMode -
Uses of CastMode in com.teamdev.jxbrowser.cast.rpc
Methods in com.teamdev.jxbrowser.cast.rpc that return CastModeModifier 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.Methods in com.teamdev.jxbrowser.cast.rpc that return types with arguments of type CastModeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<CastMode>
CastMode.internalGetValueMap()