add convenience method

This commit is contained in:
Craig Raw 2020-10-05 17:28:17 +02:00
parent fee0426799
commit 3642ddc958

View file

@ -185,6 +185,10 @@ public class ExtendedKey {
return name;
}
public String getDisplayName() {
return name.replace('p', 'P');
}
public int getHeader() {
return header;
}