org.apache.olingo.odata2.api.servicedocument
Interface CommonAttributes


public interface CommonAttributes

A CommonAttributes


Method Summary
 List<ExtensionAttribute> getAttributes()
          Get the list of any attributes
 String getBase()
          Get the a base URI
 String getLang()
          Get the natural language for the element
 

Method Detail

getBase

String getBase()
Get the a base URI

Returns:
base as String

getLang

String getLang()
Get the natural language for the element

Returns:
language as String

getAttributes

List<ExtensionAttribute> getAttributes()
Get the list of any attributes

Returns:
list of ExtensionAttribute


Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.