|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbiz.c24.io.api.data.ValidationStatistics
public class ValidationStatistics
Stores statistics on what has been validated.
Nested Class Summary | |
---|---|
class |
ValidationStatistics.Stat
A statistic of the number of valid / invalid instances validated. |
Constructor Summary | |
---|---|
ValidationStatistics()
Creates a new instance. |
|
ValidationStatistics(ValidationStatistics clone)
Creates a new instance which is a clone of the specificed argument. |
Method Summary | |
---|---|
void |
clear()
Clears all statistics. |
ValidationStatistics.Stat |
getAttributes()
Returns details of the attributes that have been validated. |
ValidationStatistics.Stat |
getElements()
Returns details of the elements that have been validated. |
ValidationStatistics.Stat |
getEnumerations()
Returns details of the enumerations that have been validated. |
int |
getNumberOfStats()
Returns the number of statistics held by this class. |
ValidationStatistics.Stat |
getRules()
Returns details of the rules that have been validated. |
ValidationStatistics.Stat |
getStat(int index)
Returns the statistic at notional index |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ValidationStatistics()
public ValidationStatistics(ValidationStatistics clone)
clone
- The object to clone.Method Detail |
---|
public int getNumberOfStats()
public ValidationStatistics.Stat getStat(int index)
index
index
- The index of the statistic to be returned.
public ValidationStatistics.Stat getElements()
public ValidationStatistics.Stat getAttributes()
public ValidationStatistics.Stat getEnumerations()
public ValidationStatistics.Stat getRules()
public void clear()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |