Class JavaConstants
- java.lang.Object
-
- org.palladiosimulator.protocom.lang.java.util.JavaConstants
-
public abstract class JavaConstants extends Object
Java-related constants.
-
-
Field Summary
Fields Modifier and Type Field Description static String
JEE_EJB_ANNOTATION_EJB
static String
JEE_EJB_ANNOTATION_STATEFUL
static String
JEE_EJB_ANNOTATION_STATELESS
static String
JEE_INTERFACE_ANNOTATION_LOCAL
static String
JEE_INTERFACE_ANNOTATION_REMOTE
static String
RMI_REMOTE_EXCEPTION
static String
RMI_REMOTE_INTERFACE
static String
RMI_REMOTE_OBJECT_CLASS
static String
SERIALIZABLE_INTERFACE
static String
TYPE_STRING
static String
VISIBILITY_PRIVATE
static String
VISIBILITY_PROTECTED
static String
VISIBILITY_PUBLIC
-
Constructor Summary
Constructors Constructor Description JavaConstants()
-
-
-
Field Detail
-
RMI_REMOTE_INTERFACE
public static final String RMI_REMOTE_INTERFACE
- See Also:
- Constant Field Values
-
RMI_REMOTE_EXCEPTION
public static final String RMI_REMOTE_EXCEPTION
- See Also:
- Constant Field Values
-
RMI_REMOTE_OBJECT_CLASS
public static final String RMI_REMOTE_OBJECT_CLASS
- See Also:
- Constant Field Values
-
SERIALIZABLE_INTERFACE
public static final String SERIALIZABLE_INTERFACE
- See Also:
- Constant Field Values
-
TYPE_STRING
public static final String TYPE_STRING
- See Also:
- Constant Field Values
-
VISIBILITY_PRIVATE
public static final String VISIBILITY_PRIVATE
- See Also:
- Constant Field Values
-
VISIBILITY_PROTECTED
public static final String VISIBILITY_PROTECTED
- See Also:
- Constant Field Values
-
VISIBILITY_PUBLIC
public static final String VISIBILITY_PUBLIC
- See Also:
- Constant Field Values
-
JEE_EJB_ANNOTATION_STATELESS
public static final String JEE_EJB_ANNOTATION_STATELESS
- See Also:
- Constant Field Values
-
JEE_EJB_ANNOTATION_STATEFUL
public static final String JEE_EJB_ANNOTATION_STATEFUL
- See Also:
- Constant Field Values
-
JEE_EJB_ANNOTATION_EJB
public static final String JEE_EJB_ANNOTATION_EJB
- See Also:
- Constant Field Values
-
JEE_INTERFACE_ANNOTATION_REMOTE
public static final String JEE_INTERFACE_ANNOTATION_REMOTE
- See Also:
- Constant Field Values
-
JEE_INTERFACE_ANNOTATION_LOCAL
public static final String JEE_INTERFACE_ANNOTATION_LOCAL
- See Also:
- Constant Field Values
-
-