|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nci.caarray.services.fileparse2.parsers.ParserUtils
public final class ParserUtils
Field Summary | |
---|---|
static java.lang.String |
NEW_LINE
Indicator for the new line delimiter. |
static QuantitationTypeName2JavaPropertyNameMap |
quantitationTypeName2JavaPropertyNameMap_
|
static java.lang.String |
TAB
|
Method Summary | |
---|---|
static org.apache.commons.beanutils.BasicDynaClass |
createBasicDynaBeanClass(java.lang.String className,
java.lang.String[] propNames)
|
static java.lang.String |
getJavaPropertyName(java.lang.String quantTypeName)
Translates a given quantTypeName to its DynaBean's attribute name as defined in quantitationNames.properties. |
static java.lang.String[] |
getOtherPropertyNames(org.apache.commons.beanutils.DynaBean bean,
java.lang.String[] propertyNames)
Returns other property names in the specified bean that are not in the specified array of property names. |
static java.lang.String |
getQuantitationTypeName(java.lang.String javaPropertyName)
Translates a given javaPropertyName to its original quantification name as defined in quantitationNames.properties. |
static void |
main(java.lang.String[] args)
|
static java.lang.String[] |
prependItemToArray(java.lang.String item,
java.lang.String[] array)
Inserts the specified item at the head of the array. |
static java.lang.String |
removeQuotes(java.lang.String value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String TAB
public static QuantitationTypeName2JavaPropertyNameMap quantitationTypeName2JavaPropertyNameMap_
public static final java.lang.String NEW_LINE
Method Detail |
---|
public static final java.lang.String removeQuotes(java.lang.String value)
public static final org.apache.commons.beanutils.BasicDynaClass createBasicDynaBeanClass(java.lang.String className, java.lang.String[] propNames)
public static final java.lang.String[] prependItemToArray(java.lang.String item, java.lang.String[] array)
item
- array
-
public static java.lang.String[] getOtherPropertyNames(org.apache.commons.beanutils.DynaBean bean, java.lang.String[] propertyNames)
bean
- - The DynaBean whose other properties are searched.propertyNames
- - The name of the properties that are excluded
from the returned property names.
public static final java.lang.String getJavaPropertyName(java.lang.String quantTypeName)
quantTypeName
-
public static final java.lang.String getQuantitationTypeName(java.lang.String javaPropertyName)
javaPropertyName
-
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |