Package org.openforis.collect.mondrian
Class View
java.lang.Object
org.openforis.collect.mondrian.View
A collection of SQL statements, one per dialect.
Java class for View complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="View">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="SQL" type="{}SQL" maxOccurs="unbounded"/>
</sequence>
<attribute name="alias" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
sql
-
alias
-
-
Constructor Details
-
View
public View()
-
-
Method Details
-
getSQL
Gets the value of the sql property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the sql property.For example, to add a new item, do as follows:
getSQL().add(newItem);Objects of the following type(s) are allowed in the list
SQL -
getAlias
Gets the value of the alias property.- Returns:
- possible object is
String
-
setAlias
Sets the value of the alias property.- Parameters:
value- allowed object isString
-