deepCopy(T value)
Makes a deep copy of an Object -- assumes the Object to be copied has a Constructor
that accepts a String
Example: String stringCopy = new String(String originalString);.
public static <T extends Property> T deepCloneProperty(T property)
throws java.lang.Exception
Throws:
java.lang.Exception
deepCopy
public static <T> T deepCopy(T value)
throws java.lang.Exception
Makes a deep copy of an Object -- assumes the Object to be copied has a Constructor
that accepts a String
Example: String stringCopy = new String(String originalString);.
Parameters:
value - the value
Returns:
the T
Throws:
java.lang.Exception - the exception
adjustNonNullValue
public static java.lang.String adjustNonNullValue(java.lang.String value)
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER.