com.todoroo.andlib.data
Class Property.LongProperty

java.lang.Object
  extended by com.todoroo.andlib.sql.DBObject<Field>
      extended by com.todoroo.andlib.sql.Field
          extended by com.todoroo.andlib.data.Property<java.lang.Long>
              extended by com.todoroo.andlib.data.Property.LongProperty
All Implemented Interfaces:
java.lang.Cloneable
Enclosing class:
Property<TYPE>

public static class Property.LongProperty
extends Property<java.lang.Long>

Long property type. See Property

Author:
Tim Su

Nested Class Summary
 
Nested classes/interfaces inherited from class com.todoroo.andlib.data.Property
Property.CountProperty, Property.DoubleProperty, Property.IntegerFunctionProperty, Property.IntegerProperty, Property.LongProperty, Property.PropertyVisitor<RETURN,PARAMETER>, Property.StringFunctionProperty, Property.StringProperty
 
Field Summary
 
Fields inherited from class com.todoroo.andlib.data.Property
name, table
 
Constructor Summary
Property.LongProperty(Table table, java.lang.String name)
           
 
Method Summary
<RETURN,PARAMETER>
RETURN
accept(Property.PropertyVisitor<RETURN,PARAMETER> visitor, PARAMETER data)
          Accept a visitor
 
Methods inherited from class com.todoroo.andlib.data.Property
clone
 
Methods inherited from class com.todoroo.andlib.sql.Field
between, eq, eqCaseInsensitive, field, gt, in, in, isNotNull, isNull, like, like, lt, lte, neq
 
Methods inherited from class com.todoroo.andlib.sql.DBObject
as, equals, hasAlias, hashCode, toString, toStringInSelect
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Property.LongProperty

public Property.LongProperty(Table table,
                             java.lang.String name)
Method Detail

accept

public <RETURN,PARAMETER> RETURN accept(Property.PropertyVisitor<RETURN,PARAMETER> visitor,
                                        PARAMETER data)
Description copied from class: Property
Accept a visitor

Specified by:
accept in class Property<java.lang.Long>