search for: criteria_equ

Displaying 1 result from an estimated 1 matches for "criteria_equ".

2007 Feb 06
0
yajb - java-ruby bridge
...stant, which is a member of the class, so i have to do something like this to make it work: const_accessor = jnew :SearchCriteria, "dfdfa", "dasf", 0 #we can access constants from class now search = jnew :SearchCriteria, "FirstName", "Stuart", const_accessor.CRITERIA_EQUALS #this works.. i tried this: search = jnew :SearchCriteria, "FirstName", "Stuart", :SearchCriteria.CRITERIA_EQUALS doesn''t work any ideas how to make the above work without having to instantiate the const_accessor ?? thanks --~--~---------~--~----~------------~---...