Class CountryWrapper.UnknownRegion

java.lang.Object
nl.vpro.domain.media.bind.CountryWrapper.UnknownRegion
All Implemented Interfaces:
Serializable, org.meeuw.i18n.regions.Region
Enclosing class:
CountryWrapper

public static class CountryWrapper.UnknownRegion extends Object implements org.meeuw.i18n.regions.Region
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.meeuw.i18n.regions.Region

    org.meeuw.i18n.regions.Region.Type
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    org.meeuw.i18n.regions.Region.Type
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.meeuw.i18n.regions.Region

    getBundle, getIcon, getLocalName, getName, getName, toLocale, toStringBuilder
  • Constructor Details

    • UnknownRegion

      public UnknownRegion(String code)
  • Method Details

    • getCode

      public String getCode()
      Specified by:
      getCode in interface org.meeuw.i18n.regions.Region
    • getType

      public org.meeuw.i18n.regions.Region.Type getType()
      Specified by:
      getType in interface org.meeuw.i18n.regions.Region
    • getName

      public String getName()
      Specified by:
      getName in interface org.meeuw.i18n.regions.Region