Uses of Enum Class
com.lokalized.Gender

  • Uses of Gender in com.lokalized

    Methods in com.lokalized that return Gender
    Modifier and Type
    Method
    Description
    static Gender
    Gender.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static Gender[]
    Gender.values()
    Returns an array containing the constants of this enum class, in the order they are declared.