Class EdmSimplePropertyImpl
- 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
-
- org.apache.olingo.odata2.client.core.edm.Impl.EdmSimplePropertyImpl
-
- 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
public class EdmSimplePropertyImpl extends EdmPropertyImpl
Objects of this class represent EdmSimpleProperty
-
-
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 EdmSimplePropertyImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.olingo.odata2.api.edm.EdmSimpleTypeKindgetSimpleType()org.apache.olingo.odata2.api.edm.EdmTypegetType()booleanisSimple()voidsetSimpleType(org.apache.olingo.odata2.api.edm.EdmSimpleTypeKind simpleType)StringtoString()-
Methods inherited from class org.apache.olingo.odata2.client.core.edm.Impl.EdmPropertyImpl
getAnnotations, getCustomizableFeedMappings, getFacets, getMimeType, setAnnotations, setCustomizableFeedMappings, setDocumentation, setFacets, setMapping, setMimeType
-
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, setEdmType, setMultiplicity, setTypeName
-
Methods inherited from class org.apache.olingo.odata2.client.core.edm.Impl.EdmNamedImpl
getName, setEdm, setName
-
-
-
-
Method Detail
-
getType
public org.apache.olingo.odata2.api.edm.EdmType getType() throws org.apache.olingo.odata2.api.edm.EdmException- Specified by:
getTypein interfaceorg.apache.olingo.odata2.api.edm.EdmTyped- Overrides:
getTypein classEdmTypedImpl- Throws:
org.apache.olingo.odata2.api.edm.EdmException
-
getSimpleType
public org.apache.olingo.odata2.api.edm.EdmSimpleTypeKind getSimpleType()
-
setSimpleType
public void setSimpleType(org.apache.olingo.odata2.api.edm.EdmSimpleTypeKind simpleType)
-
isSimple
public boolean isSimple()
-
toString
public String toString()
- Overrides:
toStringin classEdmPropertyImpl
-
-