Class NativeLinkTypeMapping
- java.lang.Object
-
- org.eclipse.lyo.oslc4j.core.model.AbstractResource
-
- com.sodius.oslc.server.process.scheme.model.NativeLinkTypeMapping
-
- All Implemented Interfaces:
IExtendedResource
,IResource
@OslcNamespace("http://www.sodius.com/ns/process/scheme#") @OslcResourceShape(title="Native Link Type Mapping Resource Shape", describes="http://www.sodius.com/ns/process/scheme#NativeLinkTypeMapping") public class NativeLinkTypeMapping extends AbstractResource
A mapping between an application native link type and an OSLC link type.- Since:
- 3.9.0
-
-
Constructor Summary
Constructors Constructor Description NativeLinkTypeMapping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getIdentifier()
URI
getLinkType()
void
setIdentifier(String identifier)
void
setLinkType(URI linkType)
-
Methods inherited from class org.eclipse.lyo.oslc4j.core.model.AbstractResource
addType, getAbout, getExtendedProperties, getTypes, setAbout, setExtendedProperties, setTypes
-
-
-
-
Method Detail
-
getIdentifier
@OslcOccurs(ExactlyOne) @OslcValueType(String) @OslcDescription("The native link type identifier.") @OslcPropertyDefinition("http://purl.org/dc/terms/identifier") public String getIdentifier()
-
setIdentifier
public void setIdentifier(String identifier)
-
getLinkType
@OslcOccurs(ExactlyOne) @OslcValueType(Resource) @OslcRepresentation(Reference) @OslcDescription("The OSLC link type property definition.") @OslcPropertyDefinition("http://www.sodius.com/ns/process#linkType") public URI getLinkType()
-
setLinkType
public void setLinkType(URI linkType)
-
-