|
||||||||||
| 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)
PropertyProperty
setName in class PropertyProperty for method chainingpublic SimpleProperty setFacets(EdmFacets facets)
PropertyFacets for this Property
setFacets in class PropertyProperty for method chainingpublic SimpleProperty setCustomizableFeedMappings(CustomizableFeedMappings customizableFeedMappings)
PropertyCustomizableFeedMappings for this Property
setCustomizableFeedMappings in class PropertyProperty for method chainingpublic SimpleProperty setMimeType(String mimeType)
PropertyProperty
setMimeType in class PropertyProperty for method chainingpublic SimpleProperty setMapping(Mapping mapping)
PropertyMapping for this Property
setMapping in class PropertyProperty for method chainingpublic SimpleProperty setDocumentation(Documentation documentation)
PropertyDocumentation for this Property
setDocumentation in class PropertyProperty for method chainingpublic SimpleProperty setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
PropertyAnnotationAttribute for this Property
setAnnotationAttributes in class PropertyProperty for method chainingpublic SimpleProperty 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 | |||||||||