Class EdmTypedImpl
- java.lang.Object
-
- org.apache.olingo.odata2.client.core.edm.Impl.EdmNamedImpl
-
- org.apache.olingo.odata2.client.core.edm.Impl.EdmTypedImpl
-
- All Implemented Interfaces:
org.apache.olingo.odata2.api.edm.EdmNamed,org.apache.olingo.odata2.api.edm.EdmTyped
- Direct Known Subclasses:
EdmElementImpl,EdmNavigationPropertyImpl
public class EdmTypedImpl extends EdmNamedImpl implements org.apache.olingo.odata2.api.edm.EdmTyped
Objects of this class represent type of the entity
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.olingo.odata2.api.edm.EdmTypeedmTypeprotected org.apache.olingo.odata2.api.edm.EdmMultiplicitymultiplicityprotected org.apache.olingo.odata2.api.edm.FullQualifiedNametypeName-
Fields inherited from class org.apache.olingo.odata2.client.core.edm.Impl.EdmNamedImpl
edm, name
-
-
Constructor Summary
Constructors Constructor Description EdmTypedImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.olingo.odata2.api.edm.EdmMultiplicitygetMultiplicity()org.apache.olingo.odata2.api.edm.EdmTypegetType()voidsetEdmType(org.apache.olingo.odata2.api.edm.EdmType edmType)EdmTypedImplsetMultiplicity(org.apache.olingo.odata2.api.edm.EdmMultiplicity multiplicity)EdmTypedImplsetTypeName(org.apache.olingo.odata2.api.edm.FullQualifiedName typeName)StringtoString()-
Methods inherited from class org.apache.olingo.odata2.client.core.edm.Impl.EdmNamedImpl
getName, setEdm, setName
-
-
-
-
Method Detail
-
setEdmType
public void setEdmType(org.apache.olingo.odata2.api.edm.EdmType edmType)
-
setTypeName
public EdmTypedImpl setTypeName(org.apache.olingo.odata2.api.edm.FullQualifiedName typeName)
-
setMultiplicity
public EdmTypedImpl setMultiplicity(org.apache.olingo.odata2.api.edm.EdmMultiplicity multiplicity)
-
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- Throws:
org.apache.olingo.odata2.api.edm.EdmException
-
getMultiplicity
public org.apache.olingo.odata2.api.edm.EdmMultiplicity getMultiplicity() throws org.apache.olingo.odata2.api.edm.EdmException- Specified by:
getMultiplicityin interfaceorg.apache.olingo.odata2.api.edm.EdmTyped- Throws:
org.apache.olingo.odata2.api.edm.EdmException
-
toString
public String toString()
- Overrides:
toStringin classEdmNamedImpl
-
-