Class EPIResource
java.lang.Object
com.ibm.jakarta.connector2.cics.tools.EPIResource
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic String
Returns a message, where no substitution variables are used.static String
Returns a message, where one substitution variable is used.static String
Returns a message, where an array of substitution variables is used.static String
Returns a message, where two substitution variable is used.static String
Returns a message, where three substitution variable is used.static String
Returns a message, where four substitution variable is used.static String
Returns a message, where five substitution variable is used.
-
Field Details
-
CLASS_VERSION
- See Also:
-
-
Method Details
-
get
Returns a message, where no substitution variables are used. -
get
Returns a message, where one substitution variable is used. -
get
Returns a message, where two substitution variable is used. -
get
Returns a message, where three substitution variable is used. -
get
Returns a message, where four substitution variable is used. -
get
public static String get(String key, Object arg1, Object arg2, Object arg3, Object arg4, Object arg5) Returns a message, where five substitution variable is used. -
get
Returns a message, where an array of substitution variables is used.
-