Composer User's Guide
APPENDIX B
Reserved Words
The following terms are reserved words in exteNd Composer and should be avoided in any user created terms or objects.
Input, Temp, Output
Input1, Temp1
Input(n), Temp(n)
ERROR
Math, Date, String, Array, etc. (ECMAScript reserved words)
theComponent
SQLCODE, SQLSTATE, UPDATECOUNT, LASTSQL
USERID PASSWORD
In addition to the above-listed terms, it is good practice not to use Java-language keywords in deployment context strings, user variable names, etc. Reserved words in Java include the following:
Java Keywords
|
abstract
|
boolean
|
break
|
|
byte
|
case
|
catch
|
|
char
|
class
|
const
|
|
continue
|
default
|
do
|
|
double
|
else
|
extends
|
|
final
|
finally
|
float
|
|
for
|
goto
|
if
|
|
implements
|
import
|
instanceof
|
|
int
|
interface
|
long
|
|
native
|
new
|
package
|
|
private
|
protected
|
public
|
|
return
|
short
|
static
|
|
strictfp
|
super
|
switch
|
|
synchronized
|
this
|
throw
|
|
throws
|
transient
|
try
|
|
void
|
volatile
|
while
|
Copyright © 2004 Novell, Inc. All rights reserved. Copyright © 1997, 1998, 1999, 2000, 2001, 2002, 2003 SilverStream Software, LLC. All rights reserved. more ...