public class DerivedSchemaAttributeProperties extends SchemaAttributeProperties
| Modifier and Type | Field and Description |
|---|---|
protected String |
formula |
protected List<SchemaImplementationQuery> |
queries |
aliases, allowsDuplicateValues, attributeName, attributeRelationships, attributeType, defaultValueOverride, elementPosition, externalAttributeType, isNullable, length, maxCardinality, minCardinality, minimumLength, nativeJavaClass, orderedValues, significantDigits, sortOrderadditionalProperties, classifications, extendedProperties, meanings, qualifiedName, typeName| Constructor and Description |
|---|
DerivedSchemaAttributeProperties()
Default constructor
|
DerivedSchemaAttributeProperties(DerivedSchemaAttributeProperties template)
Copy/clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DerivedSchemaAttribute |
cloneProperties(DerivedSchemaAttribute objectToFill)
Copy/clone operator.
|
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.
|
List<SchemaImplementationQuery> |
getQueries()
Return the list of queries that are used to create the derived schema element.
|
void |
setFormula(String formula)
Set up the formula used to combine the values of the queries.
|
void |
setQueries(List<SchemaImplementationQuery> queries)
Set up the list of queries that are used to create the derived schema element.
|
String |
toString()
Standard toString method.
|
cloneProperties, getAliases, getAttributeName, getAttributeRelationships, getAttributeType, getDefaultValueOverride, getElementPosition, getExternalAttributeType, getLength, getMaxCardinality, getMinCardinality, getMinimumLength, getNativeJavaClass, getSignificantDigits, getSortOrder, isAllowsDuplicateValues, isNullable, isOrderedValues, setAliases, setAllowsDuplicateValues, setAttributeName, setAttributeRelationships, setAttributeType, setDefaultValueOverride, setElementPosition, setExternalAttributeType, setLength, setMaxCardinality, setMinCardinality, setMinimumLength, setNativeJavaClass, setNullable, setOrderedValues, setSignificantDigits, setSortOrdergetDescription, getDisplayName, hashCode, isDeprecated, setDeprecated, setDescription, setDisplayNamegetAdditionalProperties, getClassifications, getExtendedProperties, getMeanings, getQualifiedName, getTypeName, setAdditionalProperties, setClassifications, setExtendedProperties, setMeanings, setQualifiedName, setTypeNameprotected String formula
protected List<SchemaImplementationQuery> queries
public DerivedSchemaAttributeProperties()
public DerivedSchemaAttributeProperties(DerivedSchemaAttributeProperties template)
template - template schema attribute to copy.public DerivedSchemaAttribute cloneProperties(DerivedSchemaAttribute objectToFill)
objectToFill - schema attribute objectpublic String getFormula()
public void setFormula(String formula)
formula - String formulapublic List<SchemaImplementationQuery> getQueries()
public void setQueries(List<SchemaImplementationQuery> queries)
queries - list of queriespublic String toString()
toString in class SchemaAttributePropertiespublic boolean equals(Object objectToCompare)
equals in class SchemaAttributePropertiesobjectToCompare - supplied objectCopyright © 2018–2020 ODPi. All rights reserved.