]> git.mxchange.org Git - jcore.git/blobdiff - src/org/mxchange/jcore/contact/Gender.java
Introduced fieldIterator() + all Contact instances are now iterable over their attributes
[jcore.git] / src / org / mxchange / jcore / contact / Gender.java
index 2c415dd346f0a654f9df4f05aa7dfdc4f593cc75..46e7f49108384570f3a2cca4b3b2aa2ffee878fd 100644 (file)
@@ -153,7 +153,7 @@ public enum Gender {
         *
         * @return the databaseValue
         */
-       protected String getDatabaseValue () {
+       public String getDatabaseValue () {
                return this.databaseValue;
        }
 
@@ -162,7 +162,7 @@ public enum Gender {
         *
         * @return the messageKey
         */
-       protected String getMessageKey () {
+       public String getMessageKey () {
                return this.messageKey;
        }