Package thredds.core

Enum Class StandardService

java.lang.Object
java.lang.Enum<StandardService>
thredds.core.StandardService
All Implemented Interfaces:
Serializable, Comparable<StandardService>, java.lang.constant.Constable

public enum StandardService extends Enum<StandardService>
These are the built-in services of the TDS
Since:
4/29/2015
  • Enum Constant Details

  • Method Details

    • values

      public static StandardService[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static StandardService valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getStandardServiceIgnoreCase

      public static StandardService getStandardServiceIgnoreCase(String typeS)
    • getType

      public thredds.client.catalog.ServiceType getType()
    • getBase

      public String getBase()