public class RIRecord
extends java.lang.Object
Constructor and Description |
---|
RIRecord(RIType type,
java.util.List<java.lang.String> parentFiles) |
Modifier and Type | Method and Description |
---|---|
void |
addProblem(gov.nasa.pds.tools.LabelParserException problem) |
void |
addProblems(java.util.List<gov.nasa.pds.tools.LabelParserException> problems) |
java.util.List<java.lang.String> |
getParentFiles() |
java.util.List<gov.nasa.pds.tools.LabelParserException> |
getProblems() |
RIType |
getType() |
public RIRecord(RIType type, java.util.List<java.lang.String> parentFiles)
public java.util.List<java.lang.String> getParentFiles()
public RIType getType()
public void addProblem(gov.nasa.pds.tools.LabelParserException problem)
public void addProblems(java.util.List<gov.nasa.pds.tools.LabelParserException> problems)
public java.util.List<gov.nasa.pds.tools.LabelParserException> getProblems()
Copyright © 2010-2019 Planetary Data System. All Rights Reserved.