|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OStructuralObject
An OData instance object with properties.
OComplexObject
,
OEntity
Method Summary | ||
---|---|---|
List<OProperty<?>> |
getProperties()
Gets all properties of this instance. |
|
OProperty<?> |
getProperty(String propName)
Gets a property by name. |
|
|
getProperty(String propName,
Class<T> propClass)
Gets a property by name as a strongly-typed OProperty. |
Methods inherited from interface org.odata4j.core.OObject |
---|
getType |
Method Detail |
---|
List<OProperty<?>> getProperties()
OProperty<?> getProperty(String propName)
propName
- the property name
<T> OProperty<T> getProperty(String propName, Class<T> propClass)
T
- the java-type of the propertypropName
- the property namepropClass
- the java-type of the property
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |