Package | Description |
---|---|
org.restlet.ext.odata.internal.edm |
Modifier and Type | Method and Description |
---|---|
Schema |
ODataType.getSchema()
Returns the schema.
|
Schema |
EntityContainer.getSchema()
Returns the schema.
|
Schema |
Association.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 |
ODataType.setSchema(Schema schema)
Sets the schema.
|
void |
EntityContainer.setSchema(Schema schema)
Sets the schema.
|
void |
Association.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–2013. All rights reserved.