com.taggercat.template
Class Util

java.lang.Object
  extended by com.taggercat.template.Util

public class Util
extends java.lang.Object

 

Constructor Summary
Util()
           
 
Method Summary
static boolean isFldNameInList(java.lang.String fldName, java.lang.String fieldList)
          Search for a string included in node sets created with @Name attribute and determine if the value is in the list of field names.
static java.lang.Integer toInt(java.lang.Number number)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util

public Util()
Method Detail

isFldNameInList

public static boolean isFldNameInList(java.lang.String fldName,
                                      java.lang.String fieldList)
Search for a string included in node sets created with @Name attribute and determine if the value is in the list of field names.

Parameters:
fldName - the String representation of the node containing the field name
fieldList - the list of candidate fields
Returns:
true if the fldName is in the fieldList

toInt

public static java.lang.Integer toInt(java.lang.Number number)