adds support for fields as well as local variables.
[cfb.git] / prod / net / jaekl / cfb / xml / Variable.java
diff --git a/prod/net/jaekl/cfb/xml/Variable.java b/prod/net/jaekl/cfb/xml/Variable.java
new file mode 100644 (file)
index 0000000..d5e3b11
--- /dev/null
@@ -0,0 +1,7 @@
+package net.jaekl.cfb.xml;
+
+public interface Variable {
+       public String getDescription();
+       public String getName();
+       public String getRole();
+}