Class Constants
java.lang.Object
de.uplanet.lucy.server.auxiliaries.Constants
Utility class to get arbitrary class constants.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
Constantspublic Constants()
 
- 
- 
Method Details- 
getGet a class constant.- Parameters:
- p_strClass- The name of the class.
- p_strField- The name of the field whose value to get.
- Returns:
- The value of the field or nullif an error occurred.
 
 
-