|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME)
@Target(value={})
public @interface ModelMetadata about a specific object model.
| Required Element Summary | |
|---|---|
String |
id
The id of the model. |
String |
namespace
The namespace of the model. |
| Optional Element Summary | |
|---|---|
boolean |
definesRDFSchema
Whether the model defines an RDF schema. |
String |
description
A description of the model, used for user documentation. |
String |
label
A label associated with the model, used to identify the model in the user documentation. |
Class[] |
objectFactory
The object factories that supply possible local element names and json properties for types in this model. |
| Element Detail |
|---|
public abstract String id
public abstract String namespace
public abstract String label
public abstract String description
public abstract boolean definesRDFSchema
public abstract Class[] objectFactory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||