Class ComponentId

java.lang.Object
csw.location.api.models.ComponentId
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product

public class ComponentId extends Object implements scala.Product, Serializable
Represents a component based on its prefix and type.

See Also:
  • Constructor Details

  • Method Details

    • apply

      public abstract static R apply(T1 v1, T2 v2)
    • toString

      public static String toString()
    • prefix

      public Prefix prefix()
    • componentType

      public ComponentType componentType()
    • fullName

      public String fullName()
      Represents the name and componentType
      Returns:
      (undocumented)