Class StandardOrganizations


  • public class StandardOrganizations
    extends java.lang.Object
    This class provides a collection of the most important technical standard organizations. The collection of standard organizations has been obtained from Wikipedia. Currently, the list is composed of the most important international standard organizations, the regional standard organizations (i.e., Africa, Americas, Asia Pacific, Europe, and Middle East), and British and American standard organizations among the national-based ones.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Map<java.lang.String,​java.lang.String> getOrganizations()
      Returns the map containing the collection of the most important technical standard organizations.
      static java.lang.String getOrganzationsRegex()
      Returns the regular expression containing the most important technical standard organizations.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StandardOrganizations

        public StandardOrganizations()
    • Method Detail

      • getOrganizations

        public static java.util.Map<java.lang.String,​java.lang.String> getOrganizations()
        Returns the map containing the collection of the most important technical standard organizations.
        Returns:
        the map containing the collection of the most important technical standard organizations.
      • getOrganzationsRegex

        public static java.lang.String getOrganzationsRegex()
        Returns the regular expression containing the most important technical standard organizations.
        Returns:
        the regular expression containing the most important technical standard organizations.