de.theappguys.winzigsql
Class Cruddable.CrudNullableInteger
java.lang.Object
de.theappguys.winzigsql.Cruddable.CrudValue<T>
de.theappguys.winzigsql.Cruddable.CrudNullableValue<Integer>
de.theappguys.winzigsql.Cruddable.CrudNullableInteger
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- Cruddable
public class Cruddable.CrudNullableInteger
- extends Cruddable.CrudNullableValue<Integer>
- See Also:
- Serialized Form
|
Method Summary |
protected void |
addToContentValues(android.content.ContentValues values)
|
protected void |
fromCursor(int offset,
android.database.Cursor cursor)
|
void |
parse(String s)
Sets the value of this field as a String. |
Cruddable.CrudNullableInteger
public Cruddable.CrudNullableInteger(String dbFieldName)
fromCursor
protected void fromCursor(int offset,
android.database.Cursor cursor)
- Specified by:
fromCursor in class Cruddable.CrudValue<Integer>
addToContentValues
protected void addToContentValues(android.content.ContentValues values)
- Specified by:
addToContentValues in class Cruddable.CrudValue<Integer>
parse
public void parse(String s)
- Description copied from class:
Cruddable.CrudValue
- Sets the value of this field as a String. The instance tries to
parse the String and set the resulting value. If that fails,
a runtime exception is thrown
- Specified by:
parse in class Cruddable.CrudValue<Integer>
Copyright © 2013. All Rights Reserved.