You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/resources/compiler/main/CompilerDocs/CompilerDocsExpected.txt
+36-21Lines changed: 36 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -518,6 +518,7 @@ Model classes of this type are directly related to the entities in your model. T
518
518
|[`MTAttribute`](#class_MTAttribute)|Represents an attribute of an entity.|
519
519
|[`MTAttributeConstraint`](#class_MTAttributeConstraint)|Represents some type of constraint placed upon an attribute. Constraints can help prevent attributes from receiving values that are not valid for a specific application.|
520
520
|[`MTBitField`](#class_MTBitField)|Represents a bit field of an attribute.|
521
+
|[`MTCompositeEntity`](#class_MTCompositeEntity)|Represents a composite entity in your model.|
521
522
|[`MTEntity`](#class_MTEntity)|Represents an entity in your model.|
522
523
|[`MTEntityTemplate`](#class_MTEntityTemplate)|An Entity Template is the declaration of an entity in a parameterized way, such as `MyEntity<T,S>` where `T` and `S` are parameters that are used in the body of the definition to parameterize the entity. This entity template can then be used as a template to create other entities. Currently template entites can only be used in a special usage of a relationship.|
523
524
|[`MTEnum`](#class_MTEnum)|Represents an enum in your model.|
@@ -732,6 +733,15 @@ These methods relate to attributes.
732
733
| The number of bits wide of the bit field. |
733
734
734
735
736
+
<a name="class_MTCompositeEntity">
737
+
## MTCompositeEntity Class
738
+
</a>
739
+
740
+
Represents a composite entity in your model.
741
+
742
+
This class has the following methods broken up into categories:
743
+
744
+
735
745
<a name="class_MTEntity">
736
746
## MTEntity Class
737
747
</a>
@@ -1058,6 +1068,9 @@ These methods relate to relationships.
@@ -2357,6 +2383,16 @@ Returns the domain specific version of the specified attribute.
2357
2383
|`String attributeName` | The name of the attribute to return. |
2358
2384
|`boolean createIfNeeded` | If the domain based attribute has not yet been created, specifying `true` will make sure it is created before returning it. Otherwise `null` will be returned if it was not yet created. |
Returns the domain specific version of the specified relationship.
2420
-
2421
-
| Parameter | Description |
2422
-
|-----|-----|
2423
-
|`String name` | The name of the relationship to return. |
2424
-
|`boolean createIfNeeded` | If the domain based relationship has not yet been created, specifying `true` will make sure it is created before returning it. Otherwise `null` will be returned if it was not yet created. |
0 commit comments