org.eclipse.lyo.oslc4j.core.annotation
Annotation Type OslcRdfCollectionType


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface OslcRdfCollectionType

Indicate which RDF: collection type should be used for representing in RDF the multi-valued property


Optional Element Summary
 String collectionType
          Prefix for the namespace.
 String namespaceURI
          Namespace URI.
 

namespaceURI

public abstract String namespaceURI
Namespace URI.

Default:
"http://www.w3.org/1999/02/22-rdf-syntax-ns#"

collectionType

public abstract String collectionType
Prefix for the namespace.

Default:
"List"


Copyright © 2013. All rights reserved.