Uses of Class
gov.nasa.pds.citool.ri.RIType
-
Packages that use RIType Package Description gov.nasa.pds.citool.ri -
-
Uses of RIType in gov.nasa.pds.citool.ri
Methods in gov.nasa.pds.citool.ri that return RIType Modifier and Type Method Description RIType
DataSetRIChecker. getType()
RIType
InstrumentHostRIChecker. getType()
RIType
InstrumentRIChecker. getType()
RIType
MissionRIChecker. getType()
RIType
PersonnelRIChecker. getType()
RIType
ReferenceRIChecker. getType()
abstract RIType
RIChecker. getType()
RIType
RIRecord. getType()
RIType
TargetRIChecker. getType()
RIType
VolumeRIChecker. getType()
static RIType
RIType. valueOf(String name)
Returns the enum constant of this type with the specified name.static RIType[]
RIType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in gov.nasa.pds.citool.ri with parameters of type RIType Modifier and Type Method Description void
ReferentialIntegrityValidator. addRIChecker(RIType type)
void
RIFileSorter. sort(RIType type)
Sort the catalog files.Constructors in gov.nasa.pds.citool.ri with parameters of type RIType Constructor Description RIRecord(RIType type, List<String> parentFiles)
-