de.theappguys.winzigsql
Class Cruddable.CrudNotNullableValue<T>

java.lang.Object
  extended by de.theappguys.winzigsql.Cruddable.CrudValue<T>
      extended by de.theappguys.winzigsql.Cruddable.CrudNotNullableValue<T>
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Cruddable.CrudBoolean, Cruddable.CrudDouble, Cruddable.CrudFloat, Cruddable.CrudInteger, Cruddable.CrudLong, Cruddable.CrudNotNullableObjectValue, Cruddable.CrudShort
Enclosing class:
Cruddable

public abstract class Cruddable.CrudNotNullableValue<T>
extends Cruddable.CrudValue<T>

See Also:
Serialized Form

Field Summary
 
Fields inherited from class de.theappguys.winzigsql.Cruddable.CrudValue
dbFieldName, index
 
Constructor Summary
Cruddable.CrudNotNullableValue(String dbFieldName)
           
 
Method Summary
 boolean isNull()
           
 boolean isNullable()
           
 
Methods inherited from class de.theappguys.winzigsql.Cruddable.CrudValue
addToContentValues, equals, fromCursor, fromCursor, get, getFieldName, hashCode, parse, set, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Cruddable.CrudNotNullableValue

public Cruddable.CrudNotNullableValue(String dbFieldName)
Method Detail

isNullable

public boolean isNullable()
Specified by:
isNullable in class Cruddable.CrudValue<T>

isNull

public boolean isNull()
Specified by:
isNull in class Cruddable.CrudValue<T>


Copyright © 2013. All Rights Reserved.