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

org.dmd.templates.shared.dmdconfig.types.dmd Maven / Gradle / Ivy

Go to download

The dark-matter project provides mechanism to define concepts associated with Domain Specific Languages (DSLs) and generate code that can be extended with business logic that supports the given DSL purpose.

There is a newer version: 3.1.15
Show newest version
EnumDefinition
name            CardinalityEnum
enumValue		0 ONE 	Indicates that a section may appear once. You have to manually add the Section.
enumValue		1 MANY  Indicates that a section will appear many times.
enumValue		2 STATIC  Indicates that a section is static and will be automatically added.
description		The CardinalityEnum indicates whether a Section will exist one or many times within another Section,
 or whther the Section is static and always added automatically.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy