Uses of Interface
com.todoroo.andlib.data.Property.PropertyVisitor

Packages that use Property.PropertyVisitor
com.todoroo.andlib.data Todoroo Library classes for the data layer: accessing data from a database or ContentResolver 
 

Uses of Property.PropertyVisitor in com.todoroo.andlib.data
 

Classes in com.todoroo.andlib.data that implement Property.PropertyVisitor
static class AbstractDatabase.SqlConstructorVisitor
          Visitor that returns SQL constructor for this property
static class AbstractModel.ContentValuesSavingVisitor
          Visitor that saves a value into a content values store
static class TodorooCursor.CursorReadingVisitor
          Visitor that reads the given property from a cursor
 

Methods in com.todoroo.andlib.data with parameters of type Property.PropertyVisitor
abstract
<RETURN,PARAMETER>
RETURN
Property.accept(Property.PropertyVisitor<RETURN,PARAMETER> visitor, PARAMETER data)
          Accept a visitor
<RETURN,PARAMETER>
RETURN
Property.IntegerProperty.accept(Property.PropertyVisitor<RETURN,PARAMETER> visitor, PARAMETER data)
           
<RETURN,PARAMETER>
RETURN
Property.StringProperty.accept(Property.PropertyVisitor<RETURN,PARAMETER> visitor, PARAMETER data)
           
<RETURN,PARAMETER>
RETURN
Property.DoubleProperty.accept(Property.PropertyVisitor<RETURN,PARAMETER> visitor, PARAMETER data)
           
<RETURN,PARAMETER>
RETURN
Property.LongProperty.accept(Property.PropertyVisitor<RETURN,PARAMETER> visitor, PARAMETER data)