public class Constants
extends Object
Constants and strings.
-
Field Summary
Fields
template category for operations.
template category for PDOs.
classID status file extension.
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
JAVA_EXT
public static final String JAVA_EXT
java file extension.
- See Also:
-
-
CLASSID_EXT
public static final String CLASSID_EXT
classID status file extension.
- See Also:
-
-
CATEGORY_PDO
public static final String CATEGORY_PDO
template category for PDOs.
- See Also:
-
-
CATEGORY_OPERATION
public static final String CATEGORY_OPERATION
template category for operations.
- See Also:
-