public final class ProxyState<E extends RealmModel> extends Object
RealmObjectProxy
interface, to eliminate copying logic between
RealmObject
and DynamicRealmObject
.Constructor and Description |
---|
ProxyState() |
ProxyState(E model) |
Modifier and Type | Method and Description |
---|---|
void |
addChangeListener(RealmObjectChangeListener<E> listener) |
void |
checkValidObject(RealmModel value)
Check that object is a valid and managed object by this Realm.
|
boolean |
getAcceptDefaultValue$realm() |
List<String> |
getExcludeFields$realm() |
io.realm.BaseRealm |
getRealm$realm() |
Row |
getRow$realm() |
boolean |
isLoaded() |
boolean |
isUnderConstruction() |
void |
load() |
void |
onQueryFinished(Row row) |
void |
removeAllChangeListeners() |
void |
removeChangeListener(RealmObjectChangeListener<E> listener) |
void |
setAcceptDefaultValue$realm(boolean acceptDefaultValue) |
void |
setConstructionFinished() |
void |
setExcludeFields$realm(List<String> excludeFields) |
void |
setRealm$realm(io.realm.BaseRealm realm) |
void |
setRow$realm(Row row) |
public ProxyState()
public ProxyState(E model)
public io.realm.BaseRealm getRealm$realm()
public void setRealm$realm(io.realm.BaseRealm realm)
public Row getRow$realm()
public void setRow$realm(Row row)
public boolean getAcceptDefaultValue$realm()
public void setAcceptDefaultValue$realm(boolean acceptDefaultValue)
public void addChangeListener(RealmObjectChangeListener<E> listener)
public void removeChangeListener(RealmObjectChangeListener<E> listener)
public void removeAllChangeListeners()
public boolean isUnderConstruction()
public void setConstructionFinished()
public boolean isLoaded()
public void load()
public void onQueryFinished(Row row)
public void checkValidObject(RealmModel value)
value
- model object