commonMain.cccev.s2.requirement.domain.model.RequirementKind.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of requirement-domain-jvm Show documentation
Show all versions of requirement-domain-jvm Show documentation
Kotlin implementation of Core Criterion and Core Evidence Vocabulary
The newest version!
package cccev.s2.requirement.domain.model
import cccev.s2.requirement.domain.D2RequirementPage
/**
* Indicate which subtype of requirement is being used.
* Can be either of: CONSTRAINT, CRITERION, INFORMATION
* @d2 model
* @order 20
* @parent [D2RequirementPage]
* @visual json "CONSTRAINT"
*/
enum class RequirementKind {
CONSTRAINT,
CRITERION,
INFORMATION
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy