All Downloads are FREE. Search and download functionalities are using the official Maven repository.

models.dsl.import.inheritance.EntityClassModel.rapid Maven / Gradle / Ivy

/* This is a RAPID Model template. Customize it to describe your services and data types. */
rapidModel EntityClassModel

	dataModel EntityClassDataModel
		structure EntityClass extends KeyValuePair

		structure KeyValuePair
			/** Grouping of code values */
			keyValueCategoryId : string!
			^key : string!
			value : string
			description : string
			sequence : integer
			/** Flag defines if this is changed by the customer or core to the application */
			system : boolean!
		




© 2015 - 2025 Weber Informatics LLC | Privacy Policy