|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.deegree.feature.persistence.sql.jaxb.Join
public class Join
Defines a change in the table context.
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="table" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="fromColumns" use="required" type="{http://www.deegree.org/datasource/feature/sql}columnList" /> <attribute name="toColumns" use="required" type="{http://www.deegree.org/datasource/feature/sql}columnList" /> <attribute name="orderColumns" type="{http://www.deegree.org/datasource/feature/sql}columnList" /> <attribute name="numbered" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<String> |
fromColumns
|
protected Boolean |
numbered
|
protected List<String> |
orderColumns
|
protected String |
table
|
protected List<String> |
toColumns
|
Constructor Summary | |
---|---|
Join()
|
Method Summary | |
---|---|
List<String> |
getFromColumns()
Gets the value of the fromColumns property. |
List<String> |
getOrderColumns()
Gets the value of the orderColumns property. |
String |
getTable()
Gets the value of the table property. |
List<String> |
getToColumns()
Gets the value of the toColumns property. |
Boolean |
isNumbered()
Gets the value of the numbered property. |
void |
setNumbered(Boolean value)
Sets the value of the numbered property. |
void |
setTable(String value)
Sets the value of the table property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String table
protected List<String> fromColumns
protected List<String> toColumns
protected List<String> orderColumns
protected Boolean numbered
Constructor Detail |
---|
public Join()
Method Detail |
---|
public String getTable()
String
public void setTable(String value)
value
- allowed object is
String
public List<String> getFromColumns()
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 set
method for the fromColumns property.
For example, to add a new item, do as follows:
getFromColumns().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getToColumns()
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 set
method for the toColumns property.
For example, to add a new item, do as follows:
getToColumns().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getOrderColumns()
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 set
method for the orderColumns property.
For example, to add a new item, do as follows:
getOrderColumns().add(newItem);
Objects of the following type(s) are allowed in the list
String
public Boolean isNumbered()
Boolean
public void setNumbered(Boolean value)
value
- allowed object is
Boolean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |