Class DataFieldAnnotation
- java.lang.Object
-
- org.odpi.openmetadata.frameworks.discovery.properties.PropertyBase
-
- org.odpi.openmetadata.frameworks.discovery.properties.Annotation
-
- org.odpi.openmetadata.frameworks.discovery.properties.DataFieldAnnotation
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ClassificationAnnotation,DataClassAnnotation,DataProfileAnnotation,DataProfileLogAnnotation,QualityAnnotation,RelationshipAdviceAnnotation,RequestForActionAnnotation,SemanticAnnotation
public abstract class DataFieldAnnotation extends Annotation
DataFieldAnnotation is a common base class for annotations that are attached to a data field.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.odpi.openmetadata.frameworks.discovery.properties.PropertyBase
CURRENT_AUDIT_HEADER_VERSION
-
-
Constructor Summary
Constructors Constructor Description DataFieldAnnotation()Default constructorDataFieldAnnotation(DataFieldAnnotation template)Copy clone constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()Standard toString method.-
Methods inherited from class org.odpi.openmetadata.frameworks.discovery.properties.Annotation
equals, getAdditionalProperties, getAnalysisStep, getAnnotationStatus, getAnnotationType, getConfidenceLevel, getExplanation, getExpression, getJsonProperties, getNumAttachedAnnotations, getReviewComment, getReviewDate, getSteward, getSummary, hashCode, setAdditionalProperties, setAnalysisStep, setAnnotationStatus, setAnnotationType, setConfidenceLevel, setExplanation, setExpression, setJsonProperties, setNumAttachedAnnotations, setReviewComment, setReviewDate, setSteward, setSummary
-
Methods inherited from class org.odpi.openmetadata.frameworks.discovery.properties.PropertyBase
getElementHeader, getExtendedProperties, getHeaderVersion, getTypeName, setElementHeader, setExtendedProperties, setHeaderVersion, setTypeName
-
-
-
-
Constructor Detail
-
DataFieldAnnotation
public DataFieldAnnotation()
Default constructor
-
DataFieldAnnotation
public DataFieldAnnotation(DataFieldAnnotation template)
Copy clone constructor- Parameters:
template- object to copy
-
-
Method Detail
-
toString
public String toString()
Standard toString method.- Overrides:
toStringin classAnnotation- Returns:
- print out of variables in a JSON-style
-
-