Class ExtensionAttributeImpl
java.lang.Object
org.apache.olingo.odata2.core.servicedocument.ExtensionAttributeImpl
- All Implemented Interfaces:
ExtensionAttribute
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Get the local name of the attributeGet the namespaceGet the prefix of the attributegetText()Get the textsetNamespace(String namespace)
-
Constructor Details
-
ExtensionAttributeImpl
public ExtensionAttributeImpl()
-
-
Method Details
-
getNamespace
Description copied from interface:ExtensionAttributeGet the namespace- Specified by:
getNamespacein interfaceExtensionAttribute- Returns:
- namespace as String
-
getPrefix
Description copied from interface:ExtensionAttributeGet the prefix of the attribute- Specified by:
getPrefixin interfaceExtensionAttribute- Returns:
- prefix as String
-
getName
Description copied from interface:ExtensionAttributeGet the local name of the attribute- Specified by:
getNamein interfaceExtensionAttribute- Returns:
- name as String
-
getText
Description copied from interface:ExtensionAttributeGet the text- Specified by:
getTextin interfaceExtensionAttribute- Returns:
- text as String
-
setNamespace
-
setPrefix
-
setName
-
setText
-