@@ -9,10 +9,10 @@ |
||
| 9 | 9 | |
| 10 | 10 | class AccessorType extends Enum |
| 11 | 11 | { |
| 12 | - protected const Public = 'Public'; |
|
| 12 | + protected const public = 'Public'; |
|
| 13 | 13 | protected const Internal = 'Internal'; |
| 14 | - protected const Protected = 'Protected'; |
|
| 15 | - protected const Private = 'Private'; |
|
| 14 | + protected const protected = 'Protected'; |
|
| 15 | + protected const private = 'Private'; |
|
| 16 | 16 | |
| 17 | 17 | public static $cgNamespace = 'http://schemas.microsoft.com/ado/2006/04/codegeneration'; |
| 18 | 18 | } |
@@ -30,7 +30,6 @@ |
||
| 30 | 30 | * by the related EntitySet. An End element can contain a maximum of one Documentation element. |
| 31 | 31 | * - End can contain any number of AnnotationElement elements. |
| 32 | 32 | * - The child elements of End are to appear in this sequence: Documentation, AnnotationElement. |
| 33 | - |
|
| 34 | 33 | * @see https://www.odata.org/documentation/odata-version-3-0/common-schema-definition-language-csdl/#csdl12.3.1 |
| 35 | 34 | */ |
| 36 | 35 | class End extends EdmBase |