package org.openecomp.sdc.toscaparser.jython.elements; public interface JyGroupType extends JyStatefulEntityType { String getJyVersion(); String getJyDescription(); }