gov.nasa.pds.citool.ri
Class RIRecord
java.lang.Object
gov.nasa.pds.citool.ri.RIRecord
public class RIRecord
- extends Object
An object representation of a referential integrity record.
- Author:
- mcayanan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RIRecord
public RIRecord(RIType type,
List<String> parentFiles)
getParentFiles
public List<String> getParentFiles()
getType
public RIType getType()
addProblem
public void addProblem(gov.nasa.pds.tools.LabelParserException problem)
addProblems
public void addProblems(List<gov.nasa.pds.tools.LabelParserException> problems)
getProblems
public List<gov.nasa.pds.tools.LabelParserException> getProblems()
Copyright © 2010-2012 Planetary Data System. All Rights Reserved.