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


public interface Category

A Category element

Category element


Method Summary
 CommonAttributes getCommonAttributes()
          Get common attributes
 String getLabel()
          Get the label
 String getScheme()
          Get the scheme
 String getTerm()
          Get the term
 

Method Detail

getScheme

String getScheme()
Get the scheme

Returns:
scheme as String

getTerm

String getTerm()
Get the term

Returns:
term as String

getCommonAttributes

CommonAttributes getCommonAttributes()
Get common attributes

Returns:
CommonAttributes

getLabel

String getLabel()
Get the label

Returns:
label as String


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