A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

N

name - Variable in class org.jutil.xml.message.DefaultElement
 
name - Variable in class org.jutil.xml.message.NamedMessageSlot
 
NAME_SPACE - Static variable in class org.jutil.xml.XMLConst
 
NamedMessageSlot - Class in org.jutil.xml.message
 
NamedMessageSlot() - Constructor for class org.jutil.xml.message.NamedMessageSlot
 
NamedMessageSlot(String, NamedMessageSlotManager) - Constructor for class org.jutil.xml.message.NamedMessageSlot
 
namedMessageSlotManager - Variable in class org.jutil.xml.message.NamedMessageSlot
 
NamedMessageSlotManager - Interface in org.jutil.xml.message
 
NAMESPACE_JUTIL - Static variable in interface org.jutil.Const
 
NAMESPACE_JUTIL_PREFIX - Static variable in interface org.jutil.Const
 
newInstance(String) - Static method in class org.jutil.TClass
 
newInstance(String, String[]) - Static method in class org.jutil.TClass
 
newInstance(String, String, Object) - Static method in class org.jutil.TClass
Find a constructor with the a single parameter that matches the type parameterType the value Object e.g String str = TClass.newInstance("java.lang.String", ("java.lang.String", new String("1960-03-19")); // JDBCFormat = yyyy-mm-dd or String str = TClass.newInstance("org.jutil.fwk.std.JuDate", "java.lang.String", "1960-03-19"); // JDBCFormat = yyyy-mm-dd
newInstance(Class, Class, Object) - Static method in class org.jutil.TClass
Find a constructor with the a single parameter that matches the type parameterType the value Object e.g String str = TClass.newInstance(Class.forName("java.lang.String"), Class.forName("java.lang.String"), new String("1960-03-19")); // JDBCFormat = yyyy-mm-dd or String str = TClass.newInstance(Class.forName("org.jutil.fwk.std.JuDate"), Class.forName("java.lang.String"), "1960-03-19"); // JDBCFormat = yyyy-mm-dd
newInstance(Class, Class[], Object[]) - Static method in class org.jutil.TClass
Find a constructor with the multiple parameters that matches the type parameterType the value Object e.g Class[] types = new Class[]; Object[] args = new Object[]; args[0] = new BigDecimal(10.99); types[0] = args[0].getClass(); args[1] = new Locale("en", 'NZ"); types[1] = args[1].getClass(); JuCurrency juCurrency = TClass.newInstance(Class.forName("org.jutil.fwk.bo.JuCurrency"), types, args);
NEWLINE - Static variable in interface org.jutil.Const
NEWLINE, cached value of System.getProperty("line.separator")
NEWLINE - Static variable in class org.jutil.text.html.HtmlConst
 
next() - Method in class org.jutil.collections.EnumerationIterator
 
NS_JUTIL - Static variable in interface org.jutil.Const
 
NS_PREFIX - Static variable in class org.jutil.xml.XMLConst
 
NullSerializable - Class in org.jutil.io
 
NullSerializable() - Constructor for class org.jutil.io.NullSerializable
 
numberValueOf(String) - Method in class org.jutil.xml.message.DefaultMessage
 
numberValueOf(String) - Method in interface org.jutil.xml.message.Message
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z