Type Members
-
type
How
= Value
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
val
ReadOnly
: Value
-
val
ReadWrite
: Value
-
def
Value
(i: Int, name: String): Value
-
def
Value
(name: String): Value
-
def
Value
(i: Int): Value
-
def
Value
: Value
-
val
WriteOnce
: Value
-
def
apply
(x: Int): Value
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
def
maxId
: Int
-
def
ne
(arg0: AnyRef): Boolean
-
var
nextId
: Int
-
var
nextName
: Iterator[String]
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
readResolve
(): AnyRef
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
values
: ValueSet
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
def
withName
(s: String): Value
Inherited from Enumeration
Inherited from Serializable
Inherited from Serializable
Inherited from AnyRef
Inherited from Any
Some content providers have fields in their pseudo-tables which are effectively read-only, or write-once. (They may, for instance, be produced by joins on underlying tables, or export state that is managed by the content provider itself. Or, as in the case of references to aggregated contacts from the ContactsContract stuff, both.) The ORM can be asked to request these constraints when setting up a RecordManager, by calling
mapField
with a non-default value of thehow
argument, chosen from this enumeration...