Package org.ivoa.dm.registry.voresource
Class ShortName
java.lang.Object
org.ivoa.dm.registry.voresource.ShortName
- All Implemented Interfaces:
 Serializable
@VoDml(id="VOResource:ShortName",
       role=primitiveType)
@Embeddable
public class ShortName
extends Object
implements Serializable
A short name or abbreviation given to something.
              
               This name will be used where brief annotations for
               the resource name are required.  Applications may 
               use to refer to this resource in a compact display.   
              
               One word or a few letters is recommended.  No more
               than sixteen characters are allowed. 
  PrimitiveType ShortName :
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
ShortName
protected ShortName()no arg constructor. - 
ShortName
copy constructor.- Parameters:
 c- the object to be copied.
 - 
ShortName
Creates a new ShortName Primitive Type instance, using the base type.- Parameters:
 v- the base type.
 
 - 
 - 
Method Details