public class EnumSchemaType extends SimpleSchemaType
dataType, defaultValueauthor, encodingStandard, formula, namespace, queries, usage, versionNumberanchorGUID, description, displayName, expression, isCalculatedValue, isDeprecatedadditionalProperties, confidenceGovernanceClassification, confidentialityGovernanceClassification, criticalityGovernanceClassification, latestChange, latestChangeDetails, meanings, qualifiedName, retentionGovernanceClassification, searchKeywords, securityTagsclassifications, extendedProperties, guid, type, urlCURRENT_AUDIT_HEADER_VERSION| Constructor and Description |
|---|
EnumSchemaType()
Default constructor used by subclasses
|
EnumSchemaType(EnumSchemaType template)
Copy/clone Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
SchemaElement |
cloneSchemaElement()
Returns a clone of this object as the abstract SchemaElement class.
|
SchemaType |
cloneSchemaType()
Returns a clone of this object as the abstract SchemaType class.
|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
String |
getValidValueSetGUID()
Return the unique identifier of the valid value set that lists the valid values of this enumeration.
|
int |
hashCode()
Hash of properties
|
void |
setValidValueSetGUID(String validValueSetGUID)
Set up the unique identifier of the valid value set that lists the valid values of this enumeration.
|
String |
toString()
Standard toString method.
|
getDataType, getDefaultValue, setDataType, setDefaultValuegetAuthor, getEncodingStandard, getFormula, getNamespace, getQueries, getUsage, getVersionNumber, setAuthor, setEncodingStandard, setFormula, setNamespace, setQueries, setUsage, setVersionNumbergetAnchorGUID, getDescription, getDisplayName, getExpression, getIsDeprecated, isCalculatedValue, setAnchorGUID, setCalculatedValue, setDescription, setDisplayName, setExpression, setIsDeprecatedgetAdditionalProperties, getConfidenceGovernanceClassification, getConfidentialityGovernanceClassification, getCriticalityGovernanceClassification, getLatestChange, getLatestChangeDetails, getMeanings, getQualifiedName, getRetentionGovernanceClassification, getSearchKeywords, getSecurityTags, setAdditionalProperties, setConfidenceGovernanceClassification, setConfidentialityGovernanceClassification, setCriticalityGovernanceClassification, setLatestChange, setLatestChangeDetails, setMeanings, setQualifiedName, setRetentionGovernanceClassification, setSearchKeywords, setSecurityTagsgetClassifications, getExtendedProperties, getGUID, getType, getURL, setClassifications, setExtendedProperties, setGUID, setType, setURLgetHeaderVersion, setHeaderVersionpublic EnumSchemaType()
public EnumSchemaType(EnumSchemaType template)
template - template object to copy.public String getValidValueSetGUID()
public void setValidValueSetGUID(String validValueSetGUID)
validValueSetGUID - string guidpublic SchemaElement cloneSchemaElement()
cloneSchemaElement in class SchemaTypepublic SchemaType cloneSchemaType()
cloneSchemaType in class SchemaTypepublic String toString()
toString in class SimpleSchemaTypepublic boolean equals(Object objectToCompare)
equals in class SimpleSchemaTypeobjectToCompare - supplied objectpublic int hashCode()
hashCode in class SimpleSchemaTypeCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.