Class EdmPropertyImpl
- java.lang.Object
-
- org.apache.olingo.odata2.client.core.edm.Impl.EdmNamedImpl
-
- org.apache.olingo.odata2.client.core.edm.Impl.EdmTypedImpl
-
- org.apache.olingo.odata2.client.core.edm.Impl.EdmElementImpl
-
- org.apache.olingo.odata2.client.core.edm.Impl.EdmPropertyImpl
-
- All Implemented Interfaces:
org.apache.olingo.odata2.api.edm.EdmAnnotatable,org.apache.olingo.odata2.api.edm.EdmElement,org.apache.olingo.odata2.api.edm.EdmMappable,org.apache.olingo.odata2.api.edm.EdmNamed,org.apache.olingo.odata2.api.edm.EdmProperty,org.apache.olingo.odata2.api.edm.EdmTyped
- Direct Known Subclasses:
EdmComplexPropertyImpl,EdmPropertyRefImpl,EdmSimplePropertyImpl
public abstract class EdmPropertyImpl extends EdmElementImpl implements org.apache.olingo.odata2.api.edm.EdmProperty, org.apache.olingo.odata2.api.edm.EdmAnnotatable
Objects of this class represent EdmProperty
-
-
Field Summary
-
Fields inherited from class org.apache.olingo.odata2.client.core.edm.Impl.EdmTypedImpl
edmType, multiplicity, typeName
-
Fields inherited from class org.apache.olingo.odata2.client.core.edm.Impl.EdmNamedImpl
edm, name
-
-
Constructor Summary
Constructors Constructor Description EdmPropertyImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.olingo.odata2.api.edm.EdmAnnotationsgetAnnotations()org.apache.olingo.odata2.api.edm.EdmCustomizableFeedMappingsgetCustomizableFeedMappings()org.apache.olingo.odata2.api.edm.EdmFacetsgetFacets()StringgetMimeType()voidsetAnnotations(org.apache.olingo.odata2.api.edm.EdmAnnotations annotations)voidsetCustomizableFeedMappings(org.apache.olingo.odata2.api.edm.EdmCustomizableFeedMappings customizableFeedMappings)voidsetDocumentation(EdmDocumentation documentation)voidsetFacets(org.apache.olingo.odata2.api.edm.EdmFacets facets)voidsetMapping(org.apache.olingo.odata2.api.edm.provider.Mapping mapping)voidsetMimeType(String mimeType)StringtoString()-
Methods inherited from class org.apache.olingo.odata2.client.core.edm.Impl.EdmElementImpl
getMapping, setMapping
-
Methods inherited from class org.apache.olingo.odata2.client.core.edm.Impl.EdmTypedImpl
getMultiplicity, getType, setEdmType, setMultiplicity, setTypeName
-
Methods inherited from class org.apache.olingo.odata2.client.core.edm.Impl.EdmNamedImpl
getName, setEdm, setName
-
-
-
-
Method Detail
-
getFacets
public org.apache.olingo.odata2.api.edm.EdmFacets getFacets()
- Specified by:
getFacetsin interfaceorg.apache.olingo.odata2.api.edm.EdmElement- Overrides:
getFacetsin classEdmElementImpl
-
setFacets
public void setFacets(org.apache.olingo.odata2.api.edm.EdmFacets facets)
- Overrides:
setFacetsin classEdmElementImpl
-
setMapping
public void setMapping(org.apache.olingo.odata2.api.edm.provider.Mapping mapping)
-
setDocumentation
public void setDocumentation(EdmDocumentation documentation)
-
setCustomizableFeedMappings
public void setCustomizableFeedMappings(org.apache.olingo.odata2.api.edm.EdmCustomizableFeedMappings customizableFeedMappings)
-
setMimeType
public void setMimeType(String mimeType)
-
getCustomizableFeedMappings
public org.apache.olingo.odata2.api.edm.EdmCustomizableFeedMappings getCustomizableFeedMappings() throws org.apache.olingo.odata2.api.edm.EdmException- Specified by:
getCustomizableFeedMappingsin interfaceorg.apache.olingo.odata2.api.edm.EdmProperty- Throws:
org.apache.olingo.odata2.api.edm.EdmException
-
setAnnotations
public void setAnnotations(org.apache.olingo.odata2.api.edm.EdmAnnotations annotations)
-
getMimeType
public String getMimeType() throws org.apache.olingo.odata2.api.edm.EdmException
- Specified by:
getMimeTypein interfaceorg.apache.olingo.odata2.api.edm.EdmProperty- Throws:
org.apache.olingo.odata2.api.edm.EdmException
-
getAnnotations
public org.apache.olingo.odata2.api.edm.EdmAnnotations getAnnotations() throws org.apache.olingo.odata2.api.edm.EdmException- Specified by:
getAnnotationsin interfaceorg.apache.olingo.odata2.api.edm.EdmAnnotatable- Throws:
org.apache.olingo.odata2.api.edm.EdmException
-
toString
public String toString()
- Overrides:
toStringin classEdmElementImpl
-
-