Determine Dynamically the interfaces implemented by a component
Posted: Fri Feb 08, 2019 7:41 pm
LANSA V14
We can use the *IS operator to perform type testing of component reference variables.
For example: #VariableA *IS #ClassName
Did you know if exist an operator which determine if a component implements a specific interface ?
Or How we can check if a component implements a specific interface.
We can use the *IS operator to perform type testing of component reference variables.
For example: #VariableA *IS #ClassName
Did you know if exist an operator which determine if a component implements a specific interface ?
Or How we can check if a component implements a specific interface.