890bc6cc5e756e095b6c1f18ed2a4c3bc765e417
[sdc/sdc-distribution-client.git] /
1 package org.openecomp.sdc.toscaparser.jython.elements;
2
3 public interface JyStatefulEntityType {
4     
5     String getJyType();
6     String getJyClassName();
7 }