Class StandardKeyURI

java.lang.Object
org.ivoa.dm.registry.standard.StandardKeyURI
All Implemented Interfaces:
Serializable

@VoDml(id="StandardsRegExt:StandardKeyURI", role=primitiveType) @Embeddable public class StandardKeyURI extends Object implements Serializable
reference that forces an IVOA ID with a # fragment part appended to match the standard pattern for registering enumeration values with a vstd:StandardKeyList. PrimitiveType StandardKeyURI :
See Also:
  • Constructor Details

    • StandardKeyURI

      protected StandardKeyURI()
      no arg constructor.
    • StandardKeyURI

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

      public StandardKeyURI(String v)
      Creates a new StandardKeyURI 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: