|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.adf.model.adapter.dataformat.csv.ConditionDefinition
public class ConditionDefinition
A ConditionDefinition class. Defines a filter condition.
| Constructor Summary | |
|---|---|
ConditionDefinition(java.lang.String columnName, java.lang.String operator, java.lang.String value)Constructs and initializes a new ConditionDefinition object. |
|
| Method Summary | |
|---|---|
java.lang.String |
getColumn()Public accessor for column attribute. |
java.lang.String |
getFormat()Public accessor for format attribute. |
java.lang.String |
getOperator()Public accessor for operator attribute. |
java.lang.String |
getType()Public accessor for type attribute. |
java.lang.String |
getValue()public accessor for value attribute. |
void |
setColumn(java.lang.String s)Sets the value of the column attribute. |
void |
setFormat(java.lang.String s)Sets the value of the type attribute. |
void |
setOperator(java.lang.String s)setOperator sets the value of the operator attribute. |
void |
setType(java.lang.String s)Sets the value of the type attribute. |
void |
setValue(java.lang.String s)setValue sets the value of the value attribute. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConditionDefinition(java.lang.String columnName,
java.lang.String operator,
java.lang.String value)
columnName - column name for the conditionoperator - condition operatorvalue - condition limit| Method Detail |
|---|
public java.lang.String getColumn()
public void setColumn(java.lang.String s)
s - Value for column is passedpublic java.lang.String getType()
public void setType(java.lang.String s)
s - Value for type is passedpublic java.lang.String getFormat()
public void setFormat(java.lang.String s)
s - Value for format is passedpublic java.lang.String getOperator()
public void setOperator(java.lang.String s)
s - Value for operator is passedpublic java.lang.String getValue()
public void setValue(java.lang.String s)
s - value for value operator is passed
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||