Package | Description |
---|---|
org.restlet.ext.odata.internal.edm | |
org.restlet.ext.odata.internal.reflect |
Modifier and Type | Class and Description |
---|---|
class |
ComplexProperty
Represents a complex property of an EntityType.
|
Modifier and Type | Method and Description |
---|---|
Property |
EntityType.getBlobValueEditRefProperty()
Returns the entity's member that stores the resource reference able to
update the blob value.
|
Property |
EntityType.getBlobValueRefProperty()
Returns the name of the entity property that stores the blob reference.
|
Property |
Metadata.getProperty(Object entity,
String propertyName)
Returns the EDM type of the given property of the given entity.
|
Modifier and Type | Method and Description |
---|---|
List<Property> |
EntityType.getKeys()
Returns the "keys" property.
|
List<Property> |
ODataType.getProperties()
Returns the list of properties.
|
Modifier and Type | Method and Description |
---|---|
void |
EntityType.setBlobValueEditRefProperty(Property blobValueEditRefProperty)
Sets the entity's member that stores the resource reference able to
update the blob value.
|
void |
EntityType.setBlobValueRefProperty(Property blobValueRefProperty)
Sets the name of the entity property that stores the blob reference.
|
Modifier and Type | Method and Description |
---|---|
void |
EntityType.setKeys(List<Property> keys)
Sets the "keys" property.
|
void |
ODataType.setProperties(List<Property> properties)
Sets the list of properties.
|
Modifier and Type | Method and Description |
---|---|
static void |
ReflectUtils.setProperty(Object entity,
Property property,
String propertyValue)
Sets a property on an entity based on its name.
|
Copyright © 2005–2019. All rights reserved.