Returns the value of the class annotation annotationName of class className. If there is no such annotation, or if it is not true or false, this function fails.
function getBooleanClassAnnotation input TypeName className; input TypeName annotationName; output Boolean value; end getBooleanClassAnnotation;
Revision | Author | Comment |
---|---|---|
16311 | sjoelund.se | Added to omc |