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