public class EnumSchemaTypeProperties extends SimpleSchemaTypeProperties
| Constructor and Description |
|---|
EnumSchemaTypeProperties()
Default constructor
|
EnumSchemaTypeProperties(EnumSchemaTypeProperties 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.
|
String |
getValidValueSetGUID()
Return the unique identifier of the valid value set that describes the enum values for this schema element.
|
int |
hashCode()
Return hash code for this object
|
void |
setValidValueSetGUID(String validValueSetGUID)
Set up the unique identifier of the value set that describes the enum values for this schema element.
|
String |
toString()
Standard toString method.
|
getDataType, getDefaultValue, setDataType, setDefaultValuegetAuthor, getEncodingStandard, getFormula, getNamespace, getQueries, getUsage, getVersionNumber, setAuthor, setEncodingStandard, setFormula, setNamespace, setQueries, setUsage, setVersionNumbergetDescription, getDisplayName, getIsDeprecated, setDescription, setDisplayName, setIsDeprecatedgetAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, getVendorProperties, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeName, setVendorPropertiespublic EnumSchemaTypeProperties()
public EnumSchemaTypeProperties(EnumSchemaTypeProperties template)
template - template object to copy.public String getValidValueSetGUID()
public void setValidValueSetGUID(String validValueSetGUID)
validValueSetGUID - string guidpublic String toString()
toString in class SimpleSchemaTypePropertiespublic boolean equals(Object objectToCompare)
equals in class SimpleSchemaTypePropertiesobjectToCompare - supplied objectpublic int hashCode()
hashCode in class SimpleSchemaTypePropertiesCopyright © 2018–2020 ODPi. All rights reserved.