Naming of objects in Java

Naming of objects in Java

Naming in Java

The naming of objects in the D2000 System is different than in Java. In the D2000 System, it is possible to use a full stop (".") in the names of objects but Java language does not allow to use a full stop in the names. The full stop is replaced by a dollar sign ("$") and the name must be written in small letters.

If the name of the D2000 object represents a keyword in Java it is supplemented by the string "$$$".

Examples:

ESL

JAVA

S.Picture.Pressure

s$picture$pressure

public

public$$$