|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.config.filter.Join
public class Join
Class Join.
| Constructor Summary | |
|---|---|
Join()
|
|
| Method Summary | |
|---|---|
String |
getColumn()
Returns the value of field 'column'. |
String |
getTable()
Returns the value of field 'table'. |
String |
getTableColumn()
Returns the value of field 'tableColumn'. |
String |
getType()
Returns the value of field 'type'. |
boolean |
isValid()
Method isValid. |
void |
marshal(ContentHandler handler)
|
void |
marshal(Writer out)
|
void |
setColumn(String column)
Sets the value of field 'column'. |
void |
setTable(String table)
Sets the value of field 'table'. |
void |
setTableColumn(String tableColumn)
Sets the value of field 'tableColumn'. |
void |
setType(String type)
Sets the value of field 'type'. |
static Join |
unmarshal(Reader reader)
Method unmarshal. |
void |
validate()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Join()
| Method Detail |
|---|
public String getColumn()
public String getTable()
public String getTableColumn()
public String getType()
public boolean isValid()
public void marshal(Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
out -
org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshaling
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
public void marshal(ContentHandler handler)
throws IOException,
org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
handler -
IOException - if an IOException occurs during
marshaling
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshalingpublic void setColumn(String column)
column - the value of field 'column'.public void setTable(String table)
table - the value of field 'table'.public void setTableColumn(String tableColumn)
tableColumn - the value of field 'tableColumn'.public void setType(String type)
type - the value of field 'type'.
public static Join unmarshal(Reader reader)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
reader -
org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshaling
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
public void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schema
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||