Class AbstractReifiedResource<T>
java.lang.Object
org.eclipse.lyo.oslc4j.core.model.AbstractReifiedResource<T>
- All Implemented Interfaces:
IReifiedResource<T>
- Direct Known Subclasses:
Link,MultiStatementLink
Abstract implementation of
IReifiedResource.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AbstractReifiedResource
protected AbstractReifiedResource() -
AbstractReifiedResource
-
-
Method Details
-
getValue
Description copied from interface:IReifiedResourceGets the object of the reified statement.- Specified by:
getValuein interfaceIReifiedResource<T>- Returns:
- the object of the reified statement
-
setValue
Description copied from interface:IReifiedResourceSets the object of the reified statement.- Specified by:
setValuein interfaceIReifiedResource<T>- Parameters:
value- the object of the reified statement
-