blob: e835c60ee4cf4d677adeebbcc987ebf10e7e1926 [file] [log] [blame]
/**
* Copyright (c) 2011, 2014 - Lunifera GmbH (Gross Enzersdorf), Loetz GmbH&Co.KG (Heidelberg)
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*/
package org.eclipse.osbp.dsl.^entity.tests.datatypes {
datatype long jvmType Long as primitive;
datatype int jvmType Integer as primitive;
datatype String jvmType String;
datatype date jvmType Date;
datatype bool jvmType Boolean as primitive;
}