Class ThreddsMetadata.Contributor

  • Enclosing class:
    ThreddsMetadata

    @Immutable
    public static class ThreddsMetadata.Contributor
    extends Object
    Metadata Contributor type, named roles for a dataset.
    • Field Detail

      • name

        public final String name
      • role

        public final String role
    • Constructor Detail

      • Contributor

        public Contributor​(String name,
                           String role)
    • Method Detail

      • getName

        public String getName()
      • getRole

        public String getRole()