Skip to content

Commit

Permalink
Update types_enumeration_template.txt
Browse files Browse the repository at this point in the history
Remove properties/methods defined in superclass
  • Loading branch information
ehennestad committed Aug 30, 2024
1 parent 1d1618a commit 74a099e
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions pipeline/templates/types_enumeration_template.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,5 @@ classdef Types < openminds.abstract.TypesEnumeration
{{type.name}}({{type.class_name}})
{%- endfor %}
end

properties (SetAccess=immutable)
ClassName (1,1) string
end

methods
function obj = Types(name)
obj.ClassName = name;
end
end

end

0 comments on commit 74a099e

Please sign in to comment.