aboutsummaryrefslogtreecommitdiffstats
path: root/jython-tosca-parser/src/main/java/org/openecomp/sdc/toscaparser/jython/JyProperty.java
diff options
context:
space:
mode:
Diffstat (limited to 'jython-tosca-parser/src/main/java/org/openecomp/sdc/toscaparser/jython/JyProperty.java')
-rw-r--r--jython-tosca-parser/src/main/java/org/openecomp/sdc/toscaparser/jython/JyProperty.java11
1 files changed, 0 insertions, 11 deletions
diff --git a/jython-tosca-parser/src/main/java/org/openecomp/sdc/toscaparser/jython/JyProperty.java b/jython-tosca-parser/src/main/java/org/openecomp/sdc/toscaparser/jython/JyProperty.java
deleted file mode 100644
index 4c33b92..0000000
--- a/jython-tosca-parser/src/main/java/org/openecomp/sdc/toscaparser/jython/JyProperty.java
+++ /dev/null
@@ -1,11 +0,0 @@
-package org.openecomp.sdc.toscaparser.jython;
-
-public interface JyProperty {
-
- String getJyName();
- Object getJyValue();
- String getJyValueClassName();
- String getJyType();
- boolean isJyRequired();
- String getJyDescription();
-}