コード例 #1
0
 protected boolean buildCustomMapKey() {
   MapKey xmlMapKey = this.getXmlMapKey();
   return (xmlMapKey != null) && (xmlMapKey.getName() != null);
 }
コード例 #2
0
 protected String buildSpecifiedMapKey() {
   MapKey xmlMapKey = this.getXmlMapKey();
   return (xmlMapKey == null) ? null : xmlMapKey.getName();
 }