Class EdmSimplePropertyImplProv
- java.lang.Object
-
- org.apache.olingo.odata2.core.edm.provider.EdmNamedImplProv
-
- org.apache.olingo.odata2.core.edm.provider.EdmTypedImplProv
-
- org.apache.olingo.odata2.core.edm.provider.EdmElementImplProv
-
- org.apache.olingo.odata2.core.edm.provider.EdmPropertyImplProv
-
- org.apache.olingo.odata2.core.edm.provider.EdmSimplePropertyImplProv
-
- All Implemented Interfaces:
EdmAnnotatable,EdmElement,EdmMappable,EdmNamed,EdmProperty,EdmTyped
public class EdmSimplePropertyImplProv extends EdmPropertyImplProv
-
-
Field Summary
-
Fields inherited from class org.apache.olingo.odata2.core.edm.provider.EdmTypedImplProv
edmType
-
Fields inherited from class org.apache.olingo.odata2.core.edm.provider.EdmNamedImplProv
edm
-
-
Constructor Summary
Constructors Constructor Description EdmSimplePropertyImplProv(EdmImplProv edm, SimpleProperty property)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<EdmProperty>getComposite()SimplePropertygetProperty()EdmTypegetType()booleanisSimple()-
Methods inherited from class org.apache.olingo.odata2.core.edm.provider.EdmPropertyImplProv
getAnnotations, getCustomizableFeedMappings, getMimeType
-
Methods inherited from class org.apache.olingo.odata2.core.edm.provider.EdmElementImplProv
getFacets, getMapping
-
Methods inherited from class org.apache.olingo.odata2.core.edm.provider.EdmTypedImplProv
getMultiplicity
-
Methods inherited from class org.apache.olingo.odata2.core.edm.provider.EdmNamedImplProv
getName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.olingo.odata2.api.edm.EdmElement
getFacets
-
Methods inherited from interface org.apache.olingo.odata2.api.edm.EdmMappable
getMapping
-
Methods inherited from interface org.apache.olingo.odata2.api.edm.EdmTyped
getMultiplicity
-
-
-
-
Constructor Detail
-
EdmSimplePropertyImplProv
public EdmSimplePropertyImplProv(EdmImplProv edm, SimpleProperty property) throws EdmException
- Throws:
EdmException
-
-
Method Detail
-
getType
public EdmType getType() throws EdmException
- Specified by:
getTypein interfaceEdmTyped- Overrides:
getTypein classEdmTypedImplProv- Throws:
EdmException
-
isSimple
public boolean isSimple()
-
getComposite
public List<EdmProperty> getComposite()
-
getProperty
public SimpleProperty getProperty()
-
-