Package | Description |
---|---|
com.viaoa.object |
Observable data model Object, that is the superclass for all OAModel classes.
|
com.viaoa.util |
Utility Classes used for object graphs and applications.
|
Modifier and Type | Field and Description |
---|---|
protected ArrayList<OAPropertyInfo> |
OAObjectInfo.alPropertyInfo |
Modifier and Type | Method and Description |
---|---|
static OAPropertyInfo |
OAObjectInfoDelegate.getPropertyInfo(OAObjectInfo oi,
String propertyName) |
OAPropertyInfo |
OAObjectInfo.getPropertyInfo(String propertyName) |
OAPropertyInfo |
OAObjectInfo.getTimestampProperty() |
Modifier and Type | Method and Description |
---|---|
ArrayList<OAPropertyInfo> |
OAObjectInfo.getPropertyInfos()
This is for regular properties, and does not include reference properties.
|
Modifier and Type | Method and Description |
---|---|
void |
OAObjectInfo.addProperty(OAPropertyInfo ci) |
void |
OAObjectInfo.addPropertyInfo(OAPropertyInfo ci) |
static boolean |
OAObjectInfoDelegate.isPrimitive(OAPropertyInfo pi) |
Modifier and Type | Method and Description |
---|---|
boolean |
OAJsonWriter.shouldIncludeProperty(Object obj,
String propertyName,
Object value,
OAPropertyInfo pi,
OALinkInfo li)
called by OAObject.write to know if object should
be written for a property that references another OAObject.
|
Copyright © 1999–2019 ViaOA. All rights reserved.