Class EdmDocumentationImpl
- java.lang.Object
-
- org.apache.olingo.odata2.client.core.edm.Impl.EdmDocumentationImpl
-
- All Implemented Interfaces:
EdmDocumentation
public class EdmDocumentationImpl extends Object implements EdmDocumentation
Objects of this class represent documentation
-
-
Constructor Summary
Constructors Constructor Description EdmDocumentationImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.apache.olingo.odata2.api.edm.EdmAnnotationAttribute>getAnnotationAttributes()List<org.apache.olingo.odata2.api.edm.EdmAnnotationElement>getAnnotationElements()StringgetLongDescription()StringgetSummary()EdmDocumentationImplsetAnnotationAttributes(List<org.apache.olingo.odata2.api.edm.EdmAnnotationAttribute> annotationAttributes)Sets the collection ofEdmAnnotationAttributeImplfor thisEdmDocumentationImplEdmDocumentationImplsetAnnotationElements(List<org.apache.olingo.odata2.api.edm.EdmAnnotationElement> annotationElements)Sets the collection of AnnotationElement for thisEdmDocumentationImplEdmDocumentationImplsetLongDescription(String longDescription)Sets the long description for thisEdmDocumentationImplEdmDocumentationImplsetSummary(String summary)Sets the summary for thisEdmDocumentationImplStringtoString()
-
-
-
Method Detail
-
getSummary
public String getSummary()
- Returns:
- String summary
-
getLongDescription
public String getLongDescription()
- Returns:
- String the long description
-
getAnnotationAttributes
public List<org.apache.olingo.odata2.api.edm.EdmAnnotationAttribute> getAnnotationAttributes()
- Returns:
- collection of
EdmAnnotationAttributeImplannotation attributes
-
getAnnotationElements
public List<org.apache.olingo.odata2.api.edm.EdmAnnotationElement> getAnnotationElements()
- Returns:
- collection of AnnotationElement annotation elements
-
setSummary
public EdmDocumentationImpl setSummary(String summary)
Sets the summary for thisEdmDocumentationImpl- Specified by:
setSummaryin interfaceEdmDocumentation- Parameters:
summary- Sumario- Returns:
EdmDocumentationImplfor method chaining
-
setLongDescription
public EdmDocumentationImpl setLongDescription(String longDescription)
Sets the long description for thisEdmDocumentationImpl- Specified by:
setLongDescriptionin interfaceEdmDocumentation- Parameters:
longDescription- Descrição- Returns:
EdmDocumentationImplfor method chaining
-
setAnnotationAttributes
public EdmDocumentationImpl setAnnotationAttributes(List<org.apache.olingo.odata2.api.edm.EdmAnnotationAttribute> annotationAttributes)
Sets the collection ofEdmAnnotationAttributeImplfor thisEdmDocumentationImpl- Specified by:
setAnnotationAttributesin interfaceEdmDocumentation- Parameters:
annotationAttributes- Atributos- Returns:
EdmDocumentationImplfor method chaining
-
setAnnotationElements
public EdmDocumentationImpl setAnnotationElements(List<org.apache.olingo.odata2.api.edm.EdmAnnotationElement> annotationElements)
Sets the collection of AnnotationElement for thisEdmDocumentationImpl- Specified by:
setAnnotationElementsin interfaceEdmDocumentation- Parameters:
annotationElements- Elementos- Returns:
EdmDocumentationImplfor method chaining
-
-