gov.nasa.pds.tools.label
Class PointerStatementFactory

java.lang.Object
  extended by gov.nasa.pds.tools.label.PointerStatementFactory
All Implemented Interfaces:
PointerType

public class PointerStatementFactory
extends java.lang.Object
implements PointerType

This class hides the construction of pointers. It helps determine the exact type of pointer and constructs it. If modifications need to be made to this behavior it will be hidden here.

Version:
$Revision$
Author:
pramirez

Field Summary
 
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
PointerStatementFactory()
           
 
Method Summary
static PointerStatement newInstance(int line, java.lang.String identifier, Value value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PointerStatementFactory

public PointerStatementFactory()
Method Detail

newInstance

public static PointerStatement newInstance(int line,
                                           java.lang.String identifier,
                                           Value value)


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