Class EdmxReferenceInclude
java.lang.Object
org.apache.olingo.commons.api.edmx.EdmxReferenceInclude
edmx:Include elements that specify the schemas to include from the target document.
-
Constructor Summary
ConstructorsConstructorDescriptionEdmxReferenceInclude
(String namespace) Create include with given namespace and empty (NULL
) alias.EdmxReferenceInclude
(String namespace, String alias) Create include with given namespace and alias. -
Method Summary
-
Constructor Details
-
EdmxReferenceInclude
Create include with given namespace and alias.- Parameters:
namespace
- of includealias
- of include
-
EdmxReferenceInclude
Create include with given namespace and empty (NULL
) alias.- Parameters:
namespace
- of include
-
-
Method Details
-
getNamespace
- Returns:
- Namespace of the include
-
getAlias
- Returns:
- alias of the include if one defined; null otherwise
-