Package jadex.bridge.component
Interface IPojoComponentFeature
-
public interface IPojoComponentFeature
Feature to retrieve a pojo for the component.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
getPojoAgent()
Get the POJO agent object.<T> T
getPojoAgent(java.lang.Class<T> pojoclass)
Get the POJO agent object casted to the pojo class.
-