Package org.ivoa.dm.proposal.prop
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 Summary
ModifierConstructorDescriptionprotected
no arg constructor.WikiDataId
(String v) Creates a new WikiDataId Primitive Type instance, using the base type.copy constructor. -
Method Summary
-
Constructor Details
-
WikiDataId
protected WikiDataId()no arg constructor. -
WikiDataId
copy constructor.- Parameters:
c
- the object to be copied.
-
WikiDataId
Creates a new WikiDataId Primitive Type instance, using the base type.- Parameters:
v
- the base type.
-
-
Method Details