Exemplo n.º 1
0
 public Geng() {
   super(6, "庚", FiveElementFactory.createElement(FiveElement.GOLD));
 }
Exemplo n.º 2
0
 public Wu() {
   super(4, "戊", FiveElementFactory.createElement(FiveElement.SOIL));
 }