Revision: 1369
          http://svn.sourceforge.net/spring-rich-c/?rev=1369&view=rev
Author:   mathiasbr
Date:     2006-09-04 06:01:55 -0700 (Mon, 04 Sep 2006)

Log Message:
-----------
expose liketype rather than string representation of liketype

Modified Paths:
--------------
    
trunk/spring-richclient/support/src/main/java/org/springframework/rules/constraint/Like.java

Modified: 
trunk/spring-richclient/support/src/main/java/org/springframework/rules/constraint/Like.java
===================================================================
--- 
trunk/spring-richclient/support/src/main/java/org/springframework/rules/constraint/Like.java
        2006-09-04 12:49:49 UTC (rev 1368)
+++ 
trunk/spring-richclient/support/src/main/java/org/springframework/rules/constraint/Like.java
        2006-09-04 13:01:55 UTC (rev 1369)
@@ -72,8 +72,8 @@
                }
        }
 
-       public String getType() {
-               return type.getStringCode();
+       public LikeType getType() {
+               return type;
        }
 
        public String getString() {


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
spring-rich-c-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/spring-rich-c-cvs

Reply via email to