uk.ac.starlink.datanode.nodes
Class ValueInfoMetamapGroup

java.lang.Object
  extended by uk.ac.starlink.datanode.nodes.MetamapGroup
      extended by uk.ac.starlink.datanode.nodes.ValueInfoMetamapGroup
Direct Known Subclasses:
ColumnsMetamapGroup

public class ValueInfoMetamapGroup
extends MetamapGroup

A MetamapGroup which describes a set of ValueInfo objects.

Author:
Mark Taylor (Starlink)

Field Summary
static String CLASS_KEY
           
static String DESCRIPTION_KEY
           
static String INDEX_KEY
           
static String NAME_KEY
           
static String NULLABLE_KEY
           
static String SHAPE_KEY
           
static String UCD_DESCRIPTION_KEY
           
static String UCD_KEY
           
static String UNITS_KEY
           
static String VALUE_KEY
           
 
Constructor Summary
ValueInfoMetamapGroup(List infos)
          Constructs a ValueInfoMetamapGroup from a List value metadata objects.
 
Method Summary
 
Methods inherited from class uk.ac.starlink.datanode.nodes.MetamapGroup
addEntry, getEntry, getKeyOrder, getKnownKeys, getMetamaps, getNumMaps, hasEntry, setKeyOrder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INDEX_KEY

public static final String INDEX_KEY
See Also:
Constant Field Values

NAME_KEY

public static final String NAME_KEY
See Also:
Constant Field Values

CLASS_KEY

public static final String CLASS_KEY
See Also:
Constant Field Values

SHAPE_KEY

public static final String SHAPE_KEY
See Also:
Constant Field Values

VALUE_KEY

public static final String VALUE_KEY
See Also:
Constant Field Values

UNITS_KEY

public static final String UNITS_KEY
See Also:
Constant Field Values

DESCRIPTION_KEY

public static final String DESCRIPTION_KEY
See Also:
Constant Field Values

UCD_KEY

public static final String UCD_KEY
See Also:
Constant Field Values

UCD_DESCRIPTION_KEY

public static final String UCD_DESCRIPTION_KEY
See Also:
Constant Field Values

NULLABLE_KEY

public static final String NULLABLE_KEY
See Also:
Constant Field Values
Constructor Detail

ValueInfoMetamapGroup

public ValueInfoMetamapGroup(List infos)
Constructs a ValueInfoMetamapGroup from a List value metadata objects. Each element of the supplied list may be either a ValueInfo or a DescribedValue.



Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.