Package | Description |
---|---|
org.restlet.ext.odata.internal.edm |
Modifier and Type | Class and Description |
---|---|
class |
ComplexType
Represents a kind of entity type, without "key", i.e.
|
class |
EntityType
Defines a class or type of entity inside a schema.
|
Modifier and Type | Method and Description |
---|---|
ODataType |
ODataType.getBaseType()
Returns the parent type this type inherits from.
|
Modifier and Type | Method and Description |
---|---|
Set<ODataType> |
EntityType.getImportedTypes()
Returns the set of imported entity types.
|
Set<ODataType> |
ODataType.getImportedTypes()
Returns the set of imported entity types.
|
Modifier and Type | Method and Description |
---|---|
int |
ODataType.compareTo(ODataType o)
Compares this object with the specified object for order.
|
void |
ODataType.setBaseType(ODataType baseType)
Sets the parent type this type inherits from.
|
Copyright © 2005–2017. All rights reserved.