|
||||||||||
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.SimpleProperty
public class SimpleProperty
Objects of this class represent a simple property.
Constructor Summary | |
---|---|
SimpleProperty()
|
Method Summary | |
---|---|
EdmSimpleTypeKind |
getType()
|
SimpleProperty |
setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
Sets the List of AnnotationAttribute for this Property |
SimpleProperty |
setAnnotationElements(List<AnnotationElement> annotationElements)
Sets the List of AnnotationElement for this Property |
SimpleProperty |
setCustomizableFeedMappings(CustomizableFeedMappings customizableFeedMappings)
Sets the CustomizableFeedMappings for this Property |
SimpleProperty |
setDocumentation(Documentation documentation)
Sets the Documentation for this Property |
SimpleProperty |
setFacets(EdmFacets facets)
Sets the Facets for this Property |
SimpleProperty |
setMapping(Mapping mapping)
Sets the Mapping for this Property |
SimpleProperty |
setMimeType(String mimeType)
Sets the mime type for this Property |
SimpleProperty |
setName(String name)
Sets the name for this Property |
SimpleProperty |
setType(EdmSimpleTypeKind type)
Sets the EdmSimpleTypeKind 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 SimpleProperty()
Method Detail |
---|
public EdmSimpleTypeKind getType()
EdmSimpleTypeKind
of this propertypublic SimpleProperty setType(EdmSimpleTypeKind type)
EdmSimpleTypeKind
for this Property
.
type
-
Property
for method chainingpublic SimpleProperty setName(String name)
Property
Property
setName
in class Property
Property
for method chainingpublic SimpleProperty setFacets(EdmFacets facets)
Property
Facets
for this Property
setFacets
in class Property
Property
for method chainingpublic SimpleProperty setCustomizableFeedMappings(CustomizableFeedMappings customizableFeedMappings)
Property
CustomizableFeedMappings
for this Property
setCustomizableFeedMappings
in class Property
Property
for method chainingpublic SimpleProperty setMimeType(String mimeType)
Property
Property
setMimeType
in class Property
Property
for method chainingpublic SimpleProperty setMapping(Mapping mapping)
Property
Mapping
for this Property
setMapping
in class Property
Property
for method chainingpublic SimpleProperty setDocumentation(Documentation documentation)
Property
Documentation
for this Property
setDocumentation
in class Property
Property
for method chainingpublic SimpleProperty setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
Property
AnnotationAttribute
for this Property
setAnnotationAttributes
in class Property
Property
for method chainingpublic SimpleProperty 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 |