// Generated by Together package oisoft.togetherx.scripts.SQL.impl; public class EmptyEnumeration implements java.util.Enumeration { public boolean hasMoreElements(){ return false; } public Object nextElement(){ return null; } }