Class RegionInfo


  • public class RegionInfo
    extends java.lang.Object
    Contains the paramters of Region Information and methods to manage these parameters
    • Field Detail

      • m_sRegionCode

        protected java.lang.String m_sRegionCode
      • m_sName

        protected java.lang.String m_sName
      • m_bHoppingConfigurable

        protected boolean m_bHoppingConfigurable
      • m_SupportedChannels

        protected java.lang.String[] m_SupportedChannels
      • isChannelSelectable

        protected boolean isChannelSelectable
      • isLBTConfigurable

        protected boolean isLBTConfigurable
      • standardName

        protected java.lang.String standardName
    • Constructor Detail

      • RegionInfo

        public RegionInfo()
    • Method Detail

      • getStandardName

        public java.lang.String getStandardName()
      • setStandardName

        public void setStandardName​(java.lang.String standardName)
      • isLBTConfigurable

        public boolean isLBTConfigurable()
      • setLBTConfigurable

        public void setLBTConfigurable​(boolean LBTVal)
      • isChannelSelectable

        public boolean isChannelSelectable()
      • setChannelSelectable

        public void setChannelSelectable​(boolean selectable)
      • getRegionCode

        public java.lang.String getRegionCode()
        Get Region Code
        Returns:
        region code String
      • getName

        public java.lang.String getName()
        get region Name
        Returns:
        region name String
      • isHoppingConfigurable

        public boolean isHoppingConfigurable()
        Indicates whether supported channels of region are configurable to the reader by user
        Returns:
        boolean hopping configurable
      • getSupportedChannels

        public java.lang.String[] getSupportedChannels()
        gets channels supported by region
        Returns:
        String[] supported channels