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 StringJEE_EJB_ANNOTATION_EJBstatic StringJEE_EJB_ANNOTATION_STATEFULstatic StringJEE_EJB_ANNOTATION_STATELESSstatic StringJEE_INTERFACE_ANNOTATION_LOCALstatic StringJEE_INTERFACE_ANNOTATION_REMOTEstatic StringRMI_REMOTE_EXCEPTIONstatic StringRMI_REMOTE_INTERFACEstatic StringRMI_REMOTE_OBJECT_CLASSstatic StringSERIALIZABLE_INTERFACEstatic StringTYPE_STRINGstatic StringVISIBILITY_PRIVATEstatic StringVISIBILITY_PROTECTEDstatic StringVISIBILITY_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
-
-