Loading TET.m +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ classdef (Sealed) TET < handle 'Enumeration constants share the same concrete value')); end type = ca.mcscert.jtet.expression.EnumerationVariableType(enum); type = ca.mcscert.jtet.expression.EnumerationType(enum); typeEnumConstants = type.enumerationValues; for i=1:size(enumConstants, 1) java.lang.String(enumConstants{i}) Loading Loading
TET.m +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ classdef (Sealed) TET < handle 'Enumeration constants share the same concrete value')); end type = ca.mcscert.jtet.expression.EnumerationVariableType(enum); type = ca.mcscert.jtet.expression.EnumerationType(enum); typeEnumConstants = type.enumerationValues; for i=1:size(enumConstants, 1) java.lang.String(enumConstants{i}) Loading