public class DerivedSchemaAttributeProperties extends SchemaAttributeProperties
| Constructor and Description |
|---|
DerivedSchemaAttributeProperties()
Default constructor
|
DerivedSchemaAttributeProperties(DerivedSchemaAttributeProperties 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 |
getFormula()
Return the formula used to combine the values of the queries.
|
int |
hashCode()
Return a number that represents the contents of this object.
|
void |
setFormula(String formula)
Set up the formula used to combine the values of the queries.
|
String |
toString()
Standard toString method.
|
getAliases, getAnchorGUID, getDefaultValueOverride, getElementPosition, getLength, getMaxCardinality, getMinCardinality, getMinimumLength, getNativeJavaClass, getSignificantDigits, getSortOrder, isAllowsDuplicateValues, isNullable, isOrderedValues, setAliases, setAllowsDuplicateValues, setAnchorGUID, setDefaultValueOverride, setElementPosition, setLength, setMaxCardinality, setMinCardinality, setMinimumLength, setNativeJavaClass, setNullable, setOrderedValues, setSignificantDigits, setSortOrdergetDescription, getDisplayName, isDeprecated, setDeprecated, setDescription, setDisplayNamegetAdditionalProperties, getExtendedProperties, getQualifiedName, getTypeName, getVendorProperties, setAdditionalProperties, setExtendedProperties, setQualifiedName, setTypeName, setVendorPropertiespublic DerivedSchemaAttributeProperties()
public DerivedSchemaAttributeProperties(DerivedSchemaAttributeProperties template)
template - template object to copy.public String getFormula()
public void setFormula(String formula)
formula - String formulapublic String toString()
toString in class SchemaAttributePropertiespublic boolean equals(Object objectToCompare)
equals in class SchemaAttributePropertiesobjectToCompare - supplied objectpublic int hashCode()
hashCode in class SchemaAttributePropertiesCopyright © 2018–2020 ODPi. All rights reserved.