public class EnumSchemaType extends SimpleSchemaType
dataType, defaultValueauthor, encodingStandard, namespace, usage, versionNumberanchorGUID, description, displayName, isDeprecatedadditionalProperties, meanings, qualifiedNameclassifications, extendedProperties, guid, type, url| 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.
|
String |
getValidValueSetGUID()
Return the unique identifier of the valid value set that lists the valid values of this enumeration.
|
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.
|
equals, getDataType, getDefaultValue, setDataType, setDefaultValuegetAuthor, getEncodingStandard, getNamespace, getUsage, getVersionNumber, setAuthor, setEncodingStandard, setNamespace, setUsage, setVersionNumbergetAnchorGUID, getDescription, getDisplayName, isDeprecated, setAnchorGUID, setDeprecated, setDescription, setDisplayNamegetAdditionalProperties, getMeanings, getQualifiedName, hashCode, setAdditionalProperties, setMeanings, setQualifiedNamegetClassifications, getExtendedProperties, getGUID, getType, getURL, setClassifications, setExtendedProperties, setGUID, setType, setURLpublic 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 SimpleSchemaTypeCopyright © 2018–2020 ODPi. All rights reserved.