Package 

Enum Gender

  • All Implemented Interfaces:
    java.io.Serializable

    
    public enum Gender
     implements Serializable
                        

    Copyright 2017 Meniga Iceland Inc.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      FEMALE
      MALE
    • Method Summary

      Modifier and Type Method Description
      String toString()
      static Array<Gender> values()
      static Gender valueOf(String name)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait