|
||||||||||
| 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.Property
org.apache.olingo.odata2.api.edm.provider.ComplexProperty
public class ComplexProperty
Objects of this class represent a complex property.
| Constructor Summary | |
|---|---|
ComplexProperty()
|
|
| Method Summary | |
|---|---|
FullQualifiedName |
getType()
|
ComplexProperty |
setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
Sets the List of AnnotationAttribute for this Property |
ComplexProperty |
setAnnotationElements(List<AnnotationElement> annotationElements)
Sets the List of AnnotationElement for this Property |
ComplexProperty |
setCustomizableFeedMappings(CustomizableFeedMappings customizableFeedMappings)
Sets the CustomizableFeedMappings for this Property |
ComplexProperty |
setDocumentation(Documentation documentation)
Sets the Documentation for this Property |
ComplexProperty |
setFacets(EdmFacets facets)
Sets the Facets for this Property |
ComplexProperty |
setMapping(Mapping mapping)
Sets the Mapping for this Property |
ComplexProperty |
setMimeType(String mimeType)
Sets the mime type for this Property |
ComplexProperty |
setName(String name)
Sets the name for this Property |
ComplexProperty |
setType(FullQualifiedName type)
Sets the FullQualifiedName for this Property |
| Methods inherited from class org.apache.olingo.odata2.api.edm.provider.Property |
|---|
getAnnotationAttributes, getAnnotationElements, getCustomizableFeedMappings, getDocumentation, getFacets, getMapping, getMimeType, getName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ComplexProperty()
| Method Detail |
|---|
public FullQualifiedName getType()
FullQualifiedName of this propertypublic ComplexProperty setType(FullQualifiedName type)
FullQualifiedName for this Property
type -
Property for method chainingpublic ComplexProperty setName(String name)
PropertyProperty
setName in class PropertyProperty for method chainingpublic ComplexProperty setFacets(EdmFacets facets)
PropertyFacets for this Property
setFacets in class PropertyProperty for method chainingpublic ComplexProperty setCustomizableFeedMappings(CustomizableFeedMappings customizableFeedMappings)
PropertyCustomizableFeedMappings for this Property
setCustomizableFeedMappings in class PropertyProperty for method chainingpublic ComplexProperty setMimeType(String mimeType)
PropertyProperty
setMimeType in class PropertyProperty for method chainingpublic ComplexProperty setMapping(Mapping mapping)
PropertyMapping for this Property
setMapping in class PropertyProperty for method chainingpublic ComplexProperty setDocumentation(Documentation documentation)
PropertyDocumentation for this Property
setDocumentation in class PropertyProperty for method chainingpublic ComplexProperty setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
PropertyAnnotationAttribute for this Property
setAnnotationAttributes in class PropertyProperty for method chainingpublic ComplexProperty setAnnotationElements(List<AnnotationElement> annotationElements)
PropertyAnnotationElement for this Property
setAnnotationElements in class PropertyProperty for method chaining
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||