@Documented @Target(value=METHOD) @Retention(value=RUNTIME) public @interface OslcRdfCollectionType
Modifier and Type | Fields and Description |
---|---|
static String |
RDF_ALT |
static String |
RDF_BAG |
static String |
RDF_LIST |
static String |
RDF_SEQ |
Modifier and Type | Optional Element and Description |
---|---|
String |
collectionType
Prefix for the namespace.
|
String |
namespaceURI
Namespace URI.
|
public static final String RDF_LIST
public static final String RDF_SEQ
public static final String RDF_ALT
public static final String RDF_BAG
public abstract String namespaceURI
public abstract String collectionType
Copyright © 2020. All rights reserved.