com.todoroo.andlib.data
Class Property.StringProperty
java.lang.Object
com.todoroo.andlib.sql.DBObject<Field>
com.todoroo.andlib.sql.Field
com.todoroo.andlib.data.Property<java.lang.String>
com.todoroo.andlib.data.Property.StringProperty
- All Implemented Interfaces:
- java.lang.Cloneable
- Direct Known Subclasses:
- Property.StringFunctionProperty
- Enclosing class:
- Property<TYPE>
public static class Property.StringProperty
- extends Property<java.lang.String>
String property type. See Property
- Author:
- Tim Su
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 java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Property.StringProperty
public Property.StringProperty(Table table,
java.lang.String name)
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.String>