Class ArtifactType
java.lang.Object
org.eclipse.lyo.oslc4j.core.model.AbstractResource
com.sodius.oslc.server.process.types.model.ArtifactType
- All Implemented Interfaces:
IExtendedResource,IResource
@OslcNamespace("http://www.sodius.com/ns/process/types#")
@OslcResourceShape(title="Artifact Type Resource Shape",
describes="http://www.sodius.com/ns/process/types#ArtifactType")
public class ArtifactType
extends AbstractResource
Describes an application native artifact type.
- Since:
- 3.7.0
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.lyo.oslc4j.core.model.AbstractResource
addType, getAbout, getExtendedProperties, getTypes, setAbout, setExtendedProperties, setTypes
-
Constructor Details
-
ArtifactType
public ArtifactType()
-
-
Method Details
-
getIdentifier
@OslcReadOnly @OslcTitle("Identifier") @OslcOccurs(ExactlyOne) @OslcPropertyDefinition("http://purl.org/dc/terms/identifier") @OslcDescription("The artifact type identifier") public String getIdentifier() -
setIdentifier
-
getTitle
@OslcTitle("Title") @OslcOccurs(ExactlyOne) @OslcPropertyDefinition("http://purl.org/dc/terms/title") @OslcDescription("The artifact type title") @OslcValueType(XMLLiteral) public String getTitle() -
setTitle
-
getIcon
@OslcReadOnly @OslcTitle("Icon") @OslcOccurs(ZeroOrOne) @OslcPropertyDefinition("http://open-services.net/ns/core#icon") @OslcDescription("The artifact type icon") public URI getIcon() -
setIcon
-
toString
-