Este contenido no está disponible en el idioma seleccionado.
10.10. Using Import Example
This example illustrates how to use the
import feature to avoid he need to use fully qualified class names:
import java.util.Date
declare Person
name : String
dateOfBirth : Date
address : Address
end