Interface Country


public interface Country
Interface for a Country referenced by an Address. To acquire an instance of a Country, use CountryCodes.
  • Method Summary

    Modifier and Type Method Description
    java.lang.String value()
    Returns a string representation of this Country
  • Method Details

    • value

      java.lang.String value()
      Returns a string representation of this Country