|
67 | 67 | @MetaValue(value = "ConstraintDefinition", targetEntity = ConstraintDefinitionImpl.class), |
68 | 68 | @MetaValue(value = "ConstraintUsage", targetEntity = ConstraintUsageImpl.class), |
69 | 69 | @MetaValue(value = "ControlNode", targetEntity = ControlNodeImpl.class), |
| 70 | + @MetaValue(value = "CrossSubsetting", targetEntity = CrossSubsettingImpl.class), |
70 | 71 | @MetaValue(value = "DataType", targetEntity = DataTypeImpl.class), |
71 | 72 | @MetaValue(value = "DecisionNode", targetEntity = DecisionNodeImpl.class), |
72 | 73 | @MetaValue(value = "Definition", targetEntity = DefinitionImpl.class), |
|
101 | 102 | @MetaValue(value = "IfActionUsage", targetEntity = IfActionUsageImpl.class), |
102 | 103 | @MetaValue(value = "Import", targetEntity = ImportImpl.class), |
103 | 104 | @MetaValue(value = "IncludeUseCaseUsage", targetEntity = IncludeUseCaseUsageImpl.class), |
| 105 | + @MetaValue(value = "IndexExpression", targetEntity = IndexExpressionImpl.class), |
104 | 106 | @MetaValue(value = "Interaction", targetEntity = InteractionImpl.class), |
105 | 107 | @MetaValue(value = "InterfaceDefinition", targetEntity = InterfaceDefinitionImpl.class), |
106 | 108 | @MetaValue(value = "InterfaceUsage", targetEntity = InterfaceUsageImpl.class), |
|
0 commit comments