in mps-dates/languages/dates/internal/source_gen/jetbrains/mps/baseLanguage/datesInternal/constraints/ConstraintsAspectDescriptor.java [12:48]
public ConstraintsDescriptor getDescriptor(SConceptId conceptId) {
long id = conceptId.getIdValue();
if (id == 0x1116af7c066L) {
return new DurationType_Constraints();
}
if (id == 0x11600543658L) {
return new SchedulePeriod_Constraints();
}
if (id == 0x110e512caf7L) {
return new DateTimeProperty_Constraints();
}
if (id == 0x11155193d4dL) {
return new DateTimePropertyCardinality_Constraints();
}
if (id == 0x1115a6e7d74L) {
return new DateTimeZonePropertyFormatConfiguration_Constraints();
}
if (id == 0x11150e8c53bL) {
return new PredefinedDateFormat_Constraints();
}
if (id == 0x116004cda12L) {
return new Month_Constraints();
}
if (id == 0x1115a68284dL) {
return new DateTimePropertyConfiguration_Constraints();
}
if (id == 0x1115514fa48L) {
return new DateTimeIntPropertyFormatConfiguration_Constraints();
}
if (id == 0x1115516b463L) {
return new DateTimePropertyFormatType_Constraints();
}
if (id == 0x7aa539ff0aeefdL) {
return new PredefinedPeriodFormat_Constraints();
}
return new BaseConstraintsDescriptor(conceptId);
}