Class ResourceKey

java.lang.Object
org.ivoa.dm.registry.voresource.ResourceKey
All Implemented Interfaces:
Serializable

@VoDml(id="VOResource:ResourceKey", role=primitiveType) @Embeddable public class ResourceKey extends Object implements Serializable
. PrimitiveType ResourceKey :
See Also:
  • Constructor Details

    • ResourceKey

      protected ResourceKey()
      no arg constructor.
    • ResourceKey

      public ResourceKey(ResourceKey c)
      copy constructor.
      Parameters:
      c - the object to be copied.
    • ResourceKey

      public ResourceKey(String v)
      Creates a new ResourceKey Primitive Type instance, using the base type.
      Parameters:
      v - the base type.
  • Method Details

    • value

      public final String value()
      Return the representation of this primitive (value)
      Returns:
      string representation of this primitive( value)
    • toString

      public final String toString()
      Return the string representation of this primitive value
      Overrides:
      toString in class Object
      Returns:
      string representation of this primitive
      See Also: