Class EdmPropertyRefImpl
- 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.EdmPropertyRefImpl
-
- 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 EdmPropertyRefImpl extends EdmPropertyImpl
Objects of this class represent a reference to a property via its name
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanisSimple-
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 EdmPropertyRefImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisSimple()voidsetIsSimple(boolean isSimple)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, getType, setEdmType, setMultiplicity, setTypeName
-
Methods inherited from class org.apache.olingo.odata2.client.core.edm.Impl.EdmNamedImpl
getName, setEdm, setName
-
-
-
-
Method Detail
-
setIsSimple
public void setIsSimple(boolean isSimple)
-
isSimple
public boolean isSimple()
-
toString
public String toString()
- Overrides:
toStringin classEdmPropertyImpl
-
-