Uses of Class
org.apache.olingo.odata2.api.edm.FullQualifiedName
-
Packages that use FullQualifiedName Package Description org.apache.olingo.odata2.api.edm Entity Data Model APIorg.apache.olingo.odata2.api.edm.provider Entity Data Model Provider API -
-
Uses of FullQualifiedName in org.apache.olingo.odata2.api.edm
Methods in org.apache.olingo.odata2.api.edm that return FullQualifiedName Modifier and Type Method Description FullQualifiedNameEdmSimpleTypeKind. getFullQualifiedName()Returns theFullQualifiedNamefor this SimpleTypeKind. -
Uses of FullQualifiedName in org.apache.olingo.odata2.api.edm.provider
Methods in org.apache.olingo.odata2.api.edm.provider that return FullQualifiedName Modifier and Type Method Description FullQualifiedNameAssociationSet. getAssociation()FullQualifiedNameComplexType. getBaseType()FullQualifiedNameEntitySet. getEntityType()FullQualifiedNameNavigationProperty. getRelationship()FullQualifiedNameAssociationEnd. getType()FullQualifiedNameComplexProperty. getType()FullQualifiedNameReturnType. getTypeName()Methods in org.apache.olingo.odata2.api.edm.provider with parameters of type FullQualifiedName Modifier and Type Method Description AssociationEdmProvider. getAssociation(FullQualifiedName edmFQName)This method should return anAssociationor null if nothing is foundAssociationSetEdmProvider. getAssociationSet(String entityContainer, FullQualifiedName association, String sourceEntitySetName, String sourceEntitySetRole)This method should return anAssociationSetor null if nothing is foundComplexTypeEdmProvider. getComplexType(FullQualifiedName edmFQName)This method should return aComplexTypeor null if nothing is foundEntityTypeEdmProvider. getEntityType(FullQualifiedName edmFQName)This method should return anEntityTypeor null if nothing is foundAssociationSetAssociationSet. setAssociation(FullQualifiedName association)Sets theFullQualifiedNameassociation for thisAssociationSetComplexTypeComplexType. setBaseType(FullQualifiedName baseType)Sets theFullQualifiedNameof the base typeEntityTypeEntityType. setBaseType(FullQualifiedName baseType)EntitySetEntitySet. setEntityType(FullQualifiedName entityType)NavigationPropertyNavigationProperty. setRelationship(FullQualifiedName relationship)Sets theFullQualifiedNamefor the relationship of thisNavigationPropertyAssociationEndAssociationEnd. setType(FullQualifiedName type)Sets theFullQualifiedNamefor thisAssociationEndComplexPropertyComplexProperty. setType(FullQualifiedName type)Sets theFullQualifiedNamefor thisPropertyReturnTypeReturnType. setTypeName(FullQualifiedName qualifiedName)Sets the type of thisReturnTypevia the typesFullQualifiedName
-