Ejemplo n.º 1
0
 public Attribute getGlasses() {
   return Attribute.getNonNullAttrib(glasses);
 }
Ejemplo n.º 2
0
 public Attribute getSmiling() {
   return Attribute.getNonNullAttrib(smiling);
 }
Ejemplo n.º 3
0
 public Attribute getGender() {
   return Attribute.getNonNullAttrib(gender);
 }
Ejemplo n.º 4
0
 public Attribute getFace() {
   return Attribute.getNonNullAttrib(face);
 }