|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.io.DataFilterField
public class DataFilterField
Copyright 2008 Partner Software, Inc.
| Nested Class Summary | |
|---|---|
static class |
DataFilterField.FieldType
|
| Constructor Summary | |
|---|---|
DataFilterField(Cog cog)
Creates a new DataFilterField from the passed cog. |
|
DataFilterField(java.lang.Object field,
DataFilterField.FieldType type)
Creates a new DataRecordFilterField object with the passed value of the passed type. |
|
| Method Summary | |
|---|---|
DataFilterField.FieldType |
getType()
Returns the type of this DataRecordFilterField. |
java.lang.Object |
getValue()
Returns the value of this DataRecordFilterField. |
Cog |
toCog()
Returns the complete internal state of this object in the form of a Cog. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataFilterField(java.lang.Object field,
DataFilterField.FieldType type)
field - - Value for this field. ie, field name or constant.type - - Marks this field as a Constant or a field name.public DataFilterField(Cog cog)
cog - | Method Detail |
|---|
public java.lang.Object getValue()
public DataFilterField.FieldType getType()
public Cog toCog()
CoggableCog.
toCog in interface Coggable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||