Class ExpectedSpectralLine.ExpectedSpectralLineBuilder

java.lang.Object
org.ivoa.dm.proposal.prop.ExpectedSpectralLine.ExpectedSpectralLineBuilder
Enclosing class:
ExpectedSpectralLine

public static class ExpectedSpectralLine.ExpectedSpectralLineBuilder extends Object
A builder class for ExpectedSpectralLine, mainly for use in the functional builder pattern.
  • Field Details

    • restFrequency

      public org.ivoa.dm.ivoa.RealQuantity restFrequency
      .
    • transition

      public String transition
      .
    • splatalogId

      public org.ivoa.dm.ivoa.StringIdentifier splatalogId
      .
    • description

      public String description
      .
  • Constructor Details

    • ExpectedSpectralLineBuilder

      public ExpectedSpectralLineBuilder()
  • Method Details

    • create

      public ExpectedSpectralLine create()
      create a ExpectedSpectralLine from this builder.
      Returns:
      an object initialized from the builder.