Quintiq file version 2.0 
 | 
#parent: #root 
 | 
StaticMethod GetAttributeNames () const declarative as owning Strings 
 | 
{ 
 | 
  TextBody: 
 | 
  [* 
 | 
    // rislai Jun-21-2024 (created) 
 | 
    attributeNames := construct( Strings ); 
 | 
     
 | 
    attributeNames.Add( "ShiftPattern" ); 
 | 
    attributeNames.Add( "WorkingDay" ); 
 | 
    attributeNames.Add( "Capacity" ); 
 | 
    attributeNames.Add( "Output" ); 
 | 
     
 | 
    return &attributeNames; 
 | 
  *] 
 | 
} 
 |