Package | Description |
---|---|
org.restlet.ext.odata.internal.edm |
Modifier and Type | Method and Description |
---|---|
ComplexType |
ComplexType.getBaseType()
Returns the parent type this type inherits from.
|
ComplexType |
ComplexProperty.getComplexType()
Returns the type of the property.
|
ComplexType |
Metadata.getComplexType(Class<?> entityClass)
Returns the complectType that corresponds to a given entity class.
|
ComplexType |
FunctionImport.getReturnTypeAsComplexType()
Returns the return type as complex type, or null if it is not.
|
Modifier and Type | Method and Description |
---|---|
List<ComplexType> |
Schema.getComplexTypes()
Returns the list of defined complex types.
|
List<ComplexType> |
ComplexType.getComplexTypes()
Returns the list of complex types this type inherits from.
|
Modifier and Type | Method and Description |
---|---|
void |
ComplexProperty.setComplexType(ComplexType type)
Sets the type of the property.
|
Modifier and Type | Method and Description |
---|---|
void |
Schema.setComplexTypes(List<ComplexType> complexTypes)
Sets the list of defined complex types.
|
void |
ComplexType.setComplexTypes(List<ComplexType> complexTypes)
Sets the list of complex types this type inherits from.
|
Copyright © 2005–2017. All rights reserved.