public class DataClassAnnotation extends DataFieldAnnotation
CURRENT_AUDIT_HEADER_VERSION| Constructor and Description |
|---|
DataClassAnnotation()
Default constructor
|
DataClassAnnotation(DataClassAnnotation template)
Copy clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
List<String> |
getCandidateDataClassGUIDs()
Return the identifiers of data classes that seem to match the values in this data field.
|
long |
getMatchingValues()
Return the count of matching values that match the specification of these data classes.
|
long |
getNonMatchingValues()
Return the count of values that do not match the specification of these data classes.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setCandidateDataClassGUIDs(List<String> candidateDataClassGUIDs)
Set up the identifiers of data classes that seem to match the values in this data field.
|
void |
setMatchingValues(long matchingValues)
Set up the count of matching values that match the specification of these data classes.
|
void |
setNonMatchingValues(long nonMatchingValues)
Set up the count of values that do not match the specification of these data classes.
|
String |
toString()
Standard toString method.
|
getAdditionalProperties, getAnalysisStep, getAnnotationStatus, getAnnotationType, getConfidenceLevel, getExplanation, getExpression, getJsonProperties, getNumAttachedAnnotations, getReviewComment, getReviewDate, getSteward, getSummary, setAdditionalProperties, setAnalysisStep, setAnnotationStatus, setAnnotationType, setConfidenceLevel, setExplanation, setExpression, setJsonProperties, setNumAttachedAnnotations, setReviewComment, setReviewDate, setSteward, setSummarygetElementHeader, getExtendedProperties, getHeaderVersion, getTypeName, setElementHeader, setExtendedProperties, setHeaderVersion, setTypeNamepublic DataClassAnnotation()
public DataClassAnnotation(DataClassAnnotation template)
template - object to copypublic List<String> getCandidateDataClassGUIDs()
public void setCandidateDataClassGUIDs(List<String> candidateDataClassGUIDs)
candidateDataClassGUIDs - list of guidspublic long getMatchingValues()
public void setMatchingValues(long matchingValues)
matchingValues - longpublic long getNonMatchingValues()
public void setNonMatchingValues(long nonMatchingValues)
nonMatchingValues - longpublic String toString()
toString in class DataFieldAnnotationpublic boolean equals(Object objectToCompare)
equals in class AnnotationobjectToCompare - supplied objectpublic int hashCode()
hashCode in class AnnotationCopyright © 2018–2020 ODPi. All rights reserved.