public NwcItem unmarshall(NwcFileReader reader) throws NwcFileException { setType(PedalType.values()[reader.readByte()]); return this; }