|
||||||||||
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)
Property
Property
setName
in class Property
Property
for method chainingpublic ComplexProperty setFacets(EdmFacets facets)
Property
Facets
for this Property
setFacets
in class Property
Property
for method chainingpublic ComplexProperty setCustomizableFeedMappings(CustomizableFeedMappings customizableFeedMappings)
Property
CustomizableFeedMappings
for this Property
setCustomizableFeedMappings
in class Property
Property
for method chainingpublic ComplexProperty setMimeType(String mimeType)
Property
Property
setMimeType
in class Property
Property
for method chainingpublic ComplexProperty setMapping(Mapping mapping)
Property
Mapping
for this Property
setMapping
in class Property
Property
for method chainingpublic ComplexProperty setDocumentation(Documentation documentation)
Property
Documentation
for this Property
setDocumentation
in class Property
Property
for method chainingpublic ComplexProperty setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
Property
AnnotationAttribute
for this Property
setAnnotationAttributes
in class Property
Property
for method chainingpublic ComplexProperty setAnnotationElements(List<AnnotationElement> annotationElements)
Property
AnnotationElement
for this Property
setAnnotationElements
in class Property
Property
for method chaining
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |