| Package | Description |
|---|---|
| org.restlet.ext.odata.internal.edm |
| Modifier and Type | Method and Description |
|---|---|
Schema |
EntityContainer.getSchema()
Returns the schema.
|
Schema |
Association.getSchema()
Returns the schema.
|
Schema |
ODataType.getSchema()
Returns the schema.
|
| Modifier and Type | Method and Description |
|---|---|
List<Schema> |
Metadata.getSchemas()
Returns the data service schema.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
TypeUtils.getPackageName(Schema schema)
Returns the package name related to the given schema.
|
void |
EntityContainer.setSchema(Schema schema)
Sets the schema.
|
void |
Association.setSchema(Schema schema)
Sets the schema.
|
void |
ODataType.setSchema(Schema schema)
Sets the schema.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Metadata.setSchemas(List<Schema> schemas)
Sets the data service schemas
|
Copyright © 2005–2015. All rights reserved.