gov.nasa.pds.tools.label
Class DataLocationPointer

java.lang.Object
  extended by gov.nasa.pds.tools.label.Statement
      extended by gov.nasa.pds.tools.label.PointerStatement
          extended by gov.nasa.pds.tools.label.DataLocationPointer
All Implemented Interfaces:
PointerType, java.lang.Comparable

public class DataLocationPointer
extends PointerStatement

This class represents a data location pointer which typically points to the data that the label is describing. This pointer can point to something internal or external to the file.

Version:
$Revision: 3836 $
Author:
pramirez

Field Summary
 
Fields inherited from class gov.nasa.pds.tools.label.PointerStatement
externalReference, value
 
Fields inherited from class gov.nasa.pds.tools.label.Statement
context, filename, identifier, lineNumber
 
Fields inherited from interface gov.nasa.pds.tools.label.PointerType
CATALOG, CATALOG_NAMES, DATA_LOCATION, DESCRIPTION, DESCRIPTION_NAMES, INCLUDE, INCLUDE_NAMES, MAP_PROJECTION, UNDEFINED
 
Constructor Summary
protected DataLocationPointer(int lineNumber, java.lang.String identifier, Value value)
           
 
Method Summary
 
Methods inherited from class gov.nasa.pds.tools.label.PointerStatement
attachComment, getComment, getExternalFileReference, getExternalFileReferences, getPointerType, getValue, hasExternalReference, hasMultipleReferences
 
Methods inherited from class gov.nasa.pds.tools.label.Statement
compareTo, getContext, getFilename, getIdentifier, getLineNumber, setContext, setFilename
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataLocationPointer

protected DataLocationPointer(int lineNumber,
                              java.lang.String identifier,
                              Value value)


Copyright © 2005-2009 NASA Jet Propulsion Laboratory, California Institute of Technology. All Rights Reserved.