public class SchemaImplementationQuery extends PropertyBase
| Modifier and Type | Field and Description |
|---|---|
protected String |
query |
protected int |
queryId |
protected SchemaAttribute |
queryTargetElement |
protected String |
queryType |
| Constructor and Description |
|---|
SchemaImplementationQuery()
Default constructor
|
SchemaImplementationQuery(SchemaImplementationQuery 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 |
getQuery()
Return the query string for this element.
|
int |
getQueryId()
Return the query id - this is used to identify where the results of this query should be plugged into
the other queries or the formula for the parent derived schema element.
|
SchemaAttribute |
getQueryTargetElement()
Return the SchemaAttribute that describes the type of the data source that will be queried to get the
derived value.
|
String |
getQueryType()
Return the name of the query language used in the query.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setQuery(String query)
Set up the query string for this element.
|
void |
setQueryId(int queryId)
Set up the query id - this is used to identify where the results of this query should be plugged into
the other queries or the formula for the parent derived schema element.
|
void |
setQueryTargetElement(SchemaAttribute queryTargetElement)
Set up the SchemaAttribute that describes the type of the data source that will be queried to get the
derived value.
|
void |
setQueryType(String queryType)
Set up the name of the query language used in the query.
|
String |
toString()
Standard toString method.
|
protected int queryId
protected String query
protected String queryType
protected SchemaAttribute queryTargetElement
public SchemaImplementationQuery()
public SchemaImplementationQuery(SchemaImplementationQuery template)
template - template schema query to copy.public int getQueryId()
public void setQueryId(int queryId)
queryId - int query identifierpublic String getQuery()
public void setQuery(String query)
query - String querypublic String getQueryType()
public void setQueryType(String queryType)
queryType - String namepublic SchemaAttribute getQueryTargetElement()
public void setQueryTargetElement(SchemaAttribute queryTargetElement)
queryTargetElement - SchemaAttribute objectpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2020 ODPi. All rights reserved.