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