Class MenuReply

  • All Implemented Interfaces:
    java.io.Serializable

    public class MenuReply
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      byte[] contents  
      java.lang.String[] names  
      int reply  
      boolean result  
      java.lang.String value  
    • Constructor Summary

      Constructors 
      Constructor Description
      MenuReply()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • names

        public java.lang.String[] names
      • value

        public java.lang.String value
      • result

        public boolean result
      • reply

        public int reply
      • contents

        public byte[] contents
    • Constructor Detail

      • MenuReply

        public MenuReply()