public interface IRuntimeObject
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getExtensionPropertyIds() |
Object |
getExtensionPropertyValue(String propertyId) |
Set<String> getExtensionPropertyIds()
Object getExtensionPropertyValue(String propertyId)
propertyId - the id of the desired extension property.propertyId or
null if the extension property's isNull attribute is
true.IllegalArgumentException - if no such property exists.Copyright © 2014. All rights reserved.