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