org.odata4j.edm
Class EdmDocumentation
java.lang.Object
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EdmDocumentation
public EdmDocumentation(String summary,
String longDescription)
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