Author: akazakov
Date: 2007-07-13 07:05:55 -0400 (Fri, 13 Jul 2007)
New Revision: 2425
Modified:
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/core/IValueInfo.java
Log:
http://jira.jboss.com/jira/browse/EXIN-216
Modified:
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/core/IValueInfo.java
===================================================================
---
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/core/IValueInfo.java 2007-07-13
09:58:31 UTC (rev 2424)
+++
trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/core/IValueInfo.java 2007-07-13
11:05:55 UTC (rev 2425)
@@ -13,26 +13,11 @@
/**
* @author Viacheslav Kabanovich
*/
-public interface IValueInfo {
+public interface IValueInfo extends ISeamTextSourceReference {
/**
* Returns string value
* @return
*/
public String getValue();
-
- /**
- * Returns start position of value or, when value is implied,
- * position of object that could contains that value.
- * @return
- */
- public int getStartPosition();
-
- /**
- * Returns length of value or, when value is implied,
- * that of object that could contains that value.
- * @return
- */
- public int getLength();
-
-}
+}
\ No newline at end of file