Beispiel #1
0
 public Track(Autor autor, Bpm bpm, Code code, Interpret interpret, Label label, Laenge laenge, Titel titel, Verlag verlag, Year year, Ending trackEnding)
 {
     this.Autor = autor;
     this.Bpm = bpm;
     this.Ending = trackEnding;
     this.Interpret = interpret;
     this.Label = label;
     this.Code = code;
     this.Laenge = laenge;
     this.Titel = titel;
     this.Verlag = verlag;
     this.Year = year;
 }
Beispiel #2
0
 public Ending(Ending.Attribute value)
 {
     this.Value = value;
 }
 public static ASimpleRelation getSimpleRelation(Relator.Unary unaryProperty, Ending.Attribute attribute )
 {
     return new EndingAttributeSearch( unaryProperty, attribute, "dummy1", "dummy2");
 }