Class EntityElement
java.lang.Object
com.ptc.odata.windchill.entity.property.EntityElement
- All Implemented Interfaces:
com.ptc.odata.core.entity.property.EntityPropertyObject<com.infoengine.object.factory.Element>
public class EntityElement
extends Object
implements com.ptc.odata.core.entity.property.EntityPropertyObject<com.infoengine.object.factory.Element>
Container for processing a Entity properties of a object element.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionReturns the Windchill backing object for the EntityElement.org.apache.olingo.commons.api.data.EntityReturns the Entity of this EntityElement
Supported API: true
-
Method Details
-
getEntity
public org.apache.olingo.commons.api.data.Entity getEntity()Returns the Entity of this EntityElement
Supported API: true- Specified by:
getEntityin interfacecom.ptc.odata.core.entity.property.EntityPropertyObject<com.infoengine.object.factory.Element>
-
getBackingObject
Returns the Windchill backing object for the EntityElement.
Supported API: true- Returns:
- the backingObject
-