public class NamedIndividualReport extends Object implements Comparable<NamedIndividualReport>, ReportElement
| Constructor and Description |
|---|
NamedIndividualReport(org.openrdf.model.URI individualId) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(NamedIndividualReport o) |
int |
errorCount() |
org.openrdf.model.URI |
getIndividualId() |
boolean |
getNameHasWrongCase() |
boolean |
getRequiresDescription() |
void |
setNameHasWrongCase(boolean nameHasWrongCase) |
void |
setRequiresDescription(boolean requiresDescription) |
public NamedIndividualReport(org.openrdf.model.URI individualId)
public boolean getNameHasWrongCase()
public void setNameHasWrongCase(boolean nameHasWrongCase)
public org.openrdf.model.URI getIndividualId()
public int compareTo(NamedIndividualReport o)
compareTo in interface Comparable<NamedIndividualReport>public boolean getRequiresDescription()
public void setRequiresDescription(boolean requiresDescription)
public int errorCount()
errorCount in interface ReportElementCopyright © 2019. All rights reserved.