Uses of Enum
com.lokalized.Gender

  • Uses of Gender in com.lokalized

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