Exemplo n.º 1
0
 public String getPrefix() {
   if (latitudeRole != null && longitudeRole != null) {
     String prefix = latitudeRole.getPrefix();
     if (prefix.equalsIgnoreCase(longitudeRole.getPrefix())) {
       return prefix;
     }
   }
   return "";
 }