Class Constants
java.lang.Object
de.uplanet.lucy.server.auxiliaries.Constants
Utility class to get arbitrary class constants.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Constants
public Constants()
-
-
Method Details
-
get
Get 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.
-