|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.olingo.odata2.api.edm.provider.Documentation
public class Documentation
Objects of this class represent documentation
Constructor Summary | |
---|---|
Documentation()
|
Method Summary | |
---|---|
List<AnnotationAttribute> |
getAnnotationAttributes()
|
List<AnnotationElement> |
getAnnotationElements()
|
String |
getLongDescription()
|
String |
getSummary()
|
Documentation |
setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
Sets the collection of AnnotationAttribute for this Documentation |
Documentation |
setAnnotationElements(List<AnnotationElement> annotationElements)
Sets the collection of AnnotationElement for this Documentation |
Documentation |
setLongDescription(String longDescription)
Sets the long description for this Documentation |
Documentation |
setSummary(String summary)
Sets the summary for this Documentation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Documentation()
Method Detail |
---|
public String getSummary()
public String getLongDescription()
public List<AnnotationAttribute> getAnnotationAttributes()
AnnotationAttribute
annotation attributespublic List<AnnotationElement> getAnnotationElements()
AnnotationElement
annotation elementspublic Documentation setSummary(String summary)
Documentation
summary
-
Documentation
for method chainingpublic Documentation setLongDescription(String longDescription)
Documentation
longDescription
-
Documentation
for method chainingpublic Documentation setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
AnnotationAttribute
for this Documentation
annotationAttributes
-
Documentation
for method chainingpublic Documentation setAnnotationElements(List<AnnotationElement> annotationElements)
AnnotationElement
for this Documentation
annotationElements
-
Documentation
for method chaining
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |