Represents an Alignment (LG, NG, etc).
| 25 | * Represents an Alignment (LG, NG, etc). |
| 26 | */ |
| 27 | public final class PCAlignment extends PObject implements NonInteractive, SortKeyRequired |
| 28 | { |
| 29 | @Override |
| 30 | public String getSortKey() |
| 31 | { |
| 32 | return get(StringKey.SORT_KEY); |
| 33 | } |
| 34 | } |
nothing calls this directly
no outgoing calls
no test coverage detected