Class Coords.Tag

java.lang.Object
csw.params.core.models.Coords.Tag
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product
Enclosing class:
Coords

public static class Coords.Tag extends Object implements scala.Product, Serializable
A tag is a label to indicate the use of the coordinate

param: name what is the role of this coordinate

See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    Tag(String name)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface scala.Equals

    canEqual, equals

    Methods inherited from interface scala.Product

    productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
  • Constructor Details

    • Tag

      public Tag(String name)
  • Method Details