adds support for fields as well as local variables.
[cfb.git] / prod / net / jaekl / cfb / xml / Variable.java
1 package net.jaekl.cfb.xml;
2
3 public interface Variable {
4         public String getDescription();
5         public String getName();
6         public String getRole();
7 }