Interface IParameterInstance
- All Known Implementing Classes:
ParameterInstance
@OslcNamespace("http://open-services.net/ns/auto#")
@OslcName("ParameterInstance")
@OslcResourceShape(title="ParameterInstance Shape",
describes="http://open-services.net/ns/auto#ParameterInstance")
public interface IParameterInstance
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addInstanceShape
(Link instanceShape) void
addServiceProvider
(Link serviceProvider) void
getName()
getType()
getValue()
void
setDescription
(String description) void
setInstanceShape
(Set<Link> instanceShape) void
void
setServiceProvider
(Set<Link> serviceProvider) void
void
-
Method Details
-
addType
-
addInstanceShape
-
addServiceProvider
-
getName
@OslcName("name") @OslcPropertyDefinition("http://xmlns.com/foaf/0.1/name") @OslcDescription("The full name of a person expressed as simple text string.") @OslcOccurs(ExactlyOne) @OslcValueType(String) @OslcReadOnly(false) String getName() -
getValue
@OslcName("value") @OslcPropertyDefinition("http://www.w3.org/1999/02/22-rdf-syntax-ns#value") @OslcOccurs(ZeroOrOne) @OslcValueType(XMLLiteral) @OslcReadOnly(false) String getValue() -
getDescription
@OslcName("description") @OslcPropertyDefinition("http://purl.org/dc/terms/description") @OslcDescription("Descriptive text about resource represented as rich text in XHTML content. SHOULD include only content that is valid and suitable inside an XHTML <div> element.") @OslcOccurs(ZeroOrOne) @OslcValueType(XMLLiteral) @OslcReadOnly(false) String getDescription() -
getType
@OslcName("type") @OslcPropertyDefinition("http://www.w3.org/1999/02/22-rdf-syntax-ns#type") @OslcDescription("The resource type URIs") @OslcOccurs(ZeroOrMany) @OslcValueType(Resource) @OslcReadOnly(false) Set<Link> getType() -
getInstanceShape
@OslcName("instanceShape") @OslcPropertyDefinition("http://open-services.net/ns/core#instanceShape") @OslcDescription("The URI of a Resource Shape that describes the possible properties, occurrence, value types, allowed values and labels. This shape information is useful in displaying the subject resource as well as guiding clients in performing modifications. Instance shapes may be specific to the authenticated user associated with the request that retrieved the resource, the current state of the resource and other factors and thus should not be cached.") @OslcOccurs(ZeroOrMany) @OslcValueType(Resource) @OslcRepresentation(Reference) @OslcReadOnly(false) Set<Link> getInstanceShape() -
getServiceProvider
@OslcName("serviceProvider") @OslcPropertyDefinition("http://open-services.net/ns/core#serviceProvider") @OslcDescription("A link to the resource\'s OSLC Service Provider. There may be cases when the subject resource is available from a service provider that implements multiple domain specifications, which could result in multiple values for this property.") @OslcOccurs(ZeroOrMany) @OslcValueType(Resource) @OslcRepresentation(Reference) @OslcReadOnly(false) Set<Link> getServiceProvider() -
setName
-
setValue
-
setDescription
-
setType
-
setInstanceShape
-
setServiceProvider
-