コード例 #1
0
 public String getTypeLabel() {
   if (hasType()) return _type.getLabel();
   return null;
 }
コード例 #2
0
 public String getTypeCode() {
   if (hasType()) return _type.getCode();
   return null;
 }