public interface IReifiedResource<T>
getValue()
and setValue(Object)
methods allow you to
set the actual object of the triple. All other properties in implementing
classes are statements about the statement. These additional properties
should have OslcName
and OSLCPropertyDefinition
annotations.
See Link
for an example.
Note: The parameterized type T must be a URI
to serialize to JSON due
to current limitations in the OSLC JSON format.
Modifier and Type | Method and Description |
---|---|
T |
getValue()
Gets the object of the reified statement.
|
void |
setValue(T value)
Sets the object of the reified statement.
|
Copyright © 2017. All rights reserved.