Signed-off-by:Roland Häder <roland@mxchange.org>
package org.mxchange.jcore.contact;
import java.text.MessageFormat;
-import org.mxchange.jcore.BaseFrameworkSystem;
/**
* Gender enum
public String getMessageKey () {
return this.messageKey;
}
-
- /**
- * Overwritten to return human-readable strings
- *
- * @return Human-readable strings
- */
- @Override
- public String toString () {
- // Get key from bundle and return it
- return BaseFrameworkSystem.getInstance().getMessageStringFromKey(this.getMessageKey());
- }
}