gov.nasa.pds.search.core.extractor.registry
Class MappingTypes

java.lang.Object
  extended by gov.nasa.pds.search.core.extractor.registry.MappingTypes

public final class MappingTypes
extends Object

Constants used to denote the possible values in the product class XML configuration files.

Author:
jpadams

Field Summary
static String ASSOCIATION
          Value represents an associated object slot
static String ATTRIBUTE
          Value represents an attribute name
static String OUTPUT
          Output value given into index
static String SLOT
          Value represents a slot name
static String SUBSTRING
          Value is a string, with a substring variable
 
Constructor Summary
MappingTypes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OUTPUT

public static final String OUTPUT
Output value given into index

See Also:
Constant Field Values

SLOT

public static final String SLOT
Value represents a slot name

See Also:
Constant Field Values

ATTRIBUTE

public static final String ATTRIBUTE
Value represents an attribute name

See Also:
Constant Field Values

ASSOCIATION

public static final String ASSOCIATION
Value represents an associated object slot

See Also:
Constant Field Values

SUBSTRING

public static final String SUBSTRING
Value is a string, with a substring variable

See Also:
Constant Field Values
Constructor Detail

MappingTypes

public MappingTypes()


Copyright © 2010-2013 Planetary Data System. All Rights Reserved.