From 74a099e6e6bd6951c0573c377d3b706ed1607552 Mon Sep 17 00:00:00 2001 From: ehennestad Date: Fri, 30 Aug 2024 18:02:51 +0200 Subject: [PATCH] Update types_enumeration_template.txt Remove properties/methods defined in superclass --- pipeline/templates/types_enumeration_template.txt | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/pipeline/templates/types_enumeration_template.txt b/pipeline/templates/types_enumeration_template.txt index 37ad5416..df67a3e0 100644 --- a/pipeline/templates/types_enumeration_template.txt +++ b/pipeline/templates/types_enumeration_template.txt @@ -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