android.content
Class Entity

java.lang.Object
  extended by android.content.Entity

public final class Entity
extends Object


Nested Class Summary
static class Entity.NamedContentValues
           
 
Constructor Summary
Entity(ContentValues values)
           
 
Method Summary
 void addSubValue(Uri uri, ContentValues values)
           
 ContentValues getEntityValues()
           
 ArrayList<Entity.NamedContentValues> getSubValues()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Entity

public Entity(ContentValues values)
Method Detail

getEntityValues

public ContentValues getEntityValues()

getSubValues

public ArrayList<Entity.NamedContentValues> getSubValues()

addSubValue

public void addSubValue(Uri uri,
                        ContentValues values)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008-2012. All Rights Reserved.