Uses of Enum Class
sc2002.FCS1.grp2.MaritalStatus
Packages that use MaritalStatus
-
Uses of MaritalStatus in sc2002.FCS1.grp2
Fields in sc2002.FCS1.grp2 declared as MaritalStatusMethods in sc2002.FCS1.grp2 that return MaritalStatusModifier and TypeMethodDescriptionstatic MaritalStatusMaritalStatus.fromString(String value) (package private) MaritalStatusUser.getMaritalStatus()Getter method for retrieving marital status of a user.static MaritalStatusReturns the enum constant of this class with the specified name.static MaritalStatus[]MaritalStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.