Class WikiDataId

java.lang.Object
org.ivoa.dm.proposal.prop.WikiDataId
All Implemented Interfaces:
Serializable

@VoDml(id="proposal:WikiDataId", role=primitiveType) @Embeddable public class WikiDataId extends Object implements Serializable
a WikiData identifier. PrimitiveType WikiDataId :
See Also:
  • Constructor Details

    • WikiDataId

      protected WikiDataId()
      no arg constructor.
    • WikiDataId

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

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