Uses of Enum
net.rubyeye.xmemcached.command.text.TextGetCommand.ParseStatus
Packages that use TextGetCommand.ParseStatus
-
Uses of TextGetCommand.ParseStatus in net.rubyeye.xmemcached.command.text
Fields in net.rubyeye.xmemcached.command.text declared as TextGetCommand.ParseStatusMethods in net.rubyeye.xmemcached.command.text that return TextGetCommand.ParseStatusModifier and TypeMethodDescriptionTextGetCommand.getParseStatus()static TextGetCommand.ParseStatusReturns the enum constant of this type with the specified name.static TextGetCommand.ParseStatus[]TextGetCommand.ParseStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.rubyeye.xmemcached.command.text with parameters of type TextGetCommand.ParseStatusModifier and TypeMethodDescriptionvoidTextGetCommand.setParseStatus(TextGetCommand.ParseStatus parseStatus)