Interface ElementExpression
-
- All Superinterfaces:
ParameterizedExpression
@OpenApiAll public interface ElementExpression extends ParameterizedExpression
Expression executed with @Element
as argument
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
getValue(Element element, ValueContext valueContext)
-
Methods inherited from interface com.nomagic.magicdraw.expressions.ParameterizedExpression
getResultType
-
-
-
-
Method Detail
-
getValue
@CheckForNull java.lang.Object getValue(Element element, @CheckForNull ValueContext valueContext)
-
-