org.odata4j.edm
Class EdmDocumentation

java.lang.Object
  extended by org.odata4j.edm.EdmDocumentation

public class EdmDocumentation
extends Object

A CSDL Documentation element.

The Documentation element in conceptual schema definition language (CSDL) can be used to provide information about an object that is defined in a parent element.

See Also:
[msdn] Documentation Element (CSDL)

Constructor Summary
EdmDocumentation(String summary, String longDescription)
           
 
Method Summary
 String getLongDescription()
          An extensive description of the parent element.
 String getSummary()
          A brief description of the parent element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EdmDocumentation

public EdmDocumentation(String summary,
                        String longDescription)
Method Detail

getLongDescription

public String getLongDescription()
An extensive description of the parent element.


getSummary

public String getSummary()
A brief description of the parent element.



http://odata4j.org