Class ParameterInstance

java.lang.Object
org.eclipse.lyo.oslc4j.core.model.AbstractResource
org.eclipse.lyo.client.oslc.resources.ParameterInstance
All Implemented Interfaces:
Comparable<ParameterInstance>, IExtendedResource, IResource

@Deprecated @OslcResourceShape(title="Parameter Instance Resource Shape", describes="http://open-services.net/ns/auto#ParameterInstance") @OslcNamespace("http://open-services.net/ns/auto#") public final class ParameterInstance extends AbstractResource implements Comparable<ParameterInstance>
Deprecated.
See Also:
  • Constructor Details

    • ParameterInstance

      public ParameterInstance()
      Deprecated.
    • ParameterInstance

      public ParameterInstance(URI about)
      Deprecated.
  • Method Details

    • getRdfType

      protected URI getRdfType()
      Deprecated.
    • addRdfType

      public void addRdfType(URI rdfType)
      Deprecated.
    • getDescription

      @OslcDescription("Descriptive text (reference: Dublin Core) about resource represented as rich text in XHTML content.") @OslcPropertyDefinition("http://purl.org/dc/terms/description") @OslcTitle("Description") @OslcValueType(XMLLiteral) public String getDescription()
      Deprecated.
    • getName

      @OslcDescription("The name of the parameter instance.") @OslcOccurs(ExactlyOne) @OslcPropertyDefinition("http://open-services.net/ns/core#name") @OslcTitle("Name") public String getName()
      Deprecated.
    • getValue

      @OslcDescription("The value of the parameter.") @OslcOccurs(ZeroOrOne) @OslcPropertyDefinition("http://www.w3.org/1999/02/22-rdf-syntax-ns#value") @OslcTitle("Value") public String getValue()
      Deprecated.
    • getInstanceShape

      @OslcDescription("Resource Shape that provides hints as to resource property value-types and allowed values. ") @OslcPropertyDefinition("http://open-services.net/ns/core#instanceShape") @OslcRange("http://open-services.net/ns/core#ResourceShape") @OslcTitle("Instance Shape") public URI getInstanceShape()
      Deprecated.
    • getRdfTypes

      @OslcDescription("The resource type URIs.") @OslcName("type") @OslcPropertyDefinition("http://www.w3.org/1999/02/22-rdf-syntax-ns#type") @OslcTitle("Types") public URI[] getRdfTypes()
      Deprecated.
    • getServiceProvider

      @OslcDescription("The scope of a resource is a URI for the resource\'s OSLC Service Provider.") @OslcPropertyDefinition("http://open-services.net/ns/core#serviceProvider") @OslcRange("http://open-services.net/ns/core#ServiceProvider") @OslcTitle("Service Provider") public URI getServiceProvider()
      Deprecated.
    • setDescription

      public void setDescription(String description)
      Deprecated.
    • setName

      public void setName(String name)
      Deprecated.
    • setValue

      public void setValue(String value)
      Deprecated.
    • setInstanceShape

      public void setInstanceShape(URI instanceShape)
      Deprecated.
    • setRdfTypes

      public void setRdfTypes(URI[] rdfTypes)
      Deprecated.
    • setServiceProvider

      public void setServiceProvider(URI serviceProvider)
      Deprecated.
    • compareTo

      public int compareTo(ParameterInstance o)
      Deprecated.
      Specified by:
      compareTo in interface Comparable<ParameterInstance>