Klasse Constants
java.lang.Object
de.uplanet.lucy.server.auxiliaries.Constants
Utility class to get arbitrary class constants.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Konstruktordetails
-
Constants
public Constants()
-
-
Methodendetails
-
get
Get a class constant.- Parameter:
p_strClass- The name of the class.p_strField- The name of the field whose value to get.- Gibt zurück:
- The value of the field or
nullif an error occurred.
-