public interface ComplexType extends ComplexType, Annotatable
Modifier and Type | Method and Description |
---|---|
String |
getBaseType() |
List<NavigationProperty> |
getNavigationProperties() |
NavigationProperty |
getNavigationProperty(String name) |
List<Property> |
getProperties() |
Property |
getProperty(String name) |
boolean |
isAbstractEntityType() |
boolean |
isOpenType() |
getAnnotations
boolean isAbstractEntityType()
String getBaseType()
boolean isOpenType()
Property getProperty(String name)
getProperty
in interface ComplexType
List<Property> getProperties()
getProperties
in interface ComplexType
NavigationProperty getNavigationProperty(String name)
getNavigationProperty
in interface ComplexType
List<NavigationProperty> getNavigationProperties()
getNavigationProperties
in interface ComplexType
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.