public class MapSchemaTypeProperties extends SchemaTypeProperties
| Constructor and Description |
|---|
MapSchemaTypeProperties()
Default constructor
|
MapSchemaTypeProperties(MapSchemaTypeProperties 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.
|
SchemaTypeProperties |
getMapFromElement()
Return the type of schema element that represents the key or property name for the map.
|
SchemaTypeProperties |
getMapToElement()
Return the type of schema element that represents the property value for the map.
|
int |
hashCode()
Return hash code for this object
|
void |
setMapFromElement(SchemaTypeProperties mapFromElement)
Set up the type of schema element that represents the key or property name for the map.
|
void |
setMapToElement(SchemaTypeProperties mapToElement)
Set up the type of schema element that represents the property value for the map.
|
String |
toString()
Standard toString method.
|
getAuthor, getEncodingStandard, getFormula, getNamespace, getQueries, getUsage, getVersionNumber, setAuthor, setEncodingStandard, setFormula, setNamespace, setQueries, setUsage, setVersionNumbergetDescription, getDisplayName, getIsDeprecated, setDescription, setDisplayName, setIsDeprecatedgetAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeNamepublic MapSchemaTypeProperties()
public MapSchemaTypeProperties(MapSchemaTypeProperties template)
template - template object to copy.public SchemaTypeProperties getMapFromElement()
public void setMapFromElement(SchemaTypeProperties mapFromElement)
mapFromElement - SchemaElementpublic SchemaTypeProperties getMapToElement()
public void setMapToElement(SchemaTypeProperties mapToElement)
mapToElement - SchemaTypepublic String toString()
toString in class SchemaTypePropertiespublic boolean equals(Object objectToCompare)
equals in class SchemaTypePropertiesobjectToCompare - supplied objectpublic int hashCode()
hashCode in class SchemaTypePropertiesCopyright © 2018–2020 ODPi. All rights reserved.