Skip to main content

CalscaleParameter

  • This class represents the "CALSCALE" parameter

  • CalscaleParameter should be called with a single argument that is an instance of ParameterValueType, and whose value is either 'gregorian' or an x-name

    info

    X-names are names that begin with "x-" or "X-" and are reserved for experimental use, not intended for released products, or for use in bilateral agreements

  • The characters allowed in an x-name include hyphens and alphanumeric characters

new CalscaleParameter(new ParameterValueType("gregorian"));

new CalscaleParameter(new ParameterValueType("x-mything"));