Open GoogleCodeExporter opened 9 years ago
Even if Java enums aren't used, it would be good to have some kind of
strongly-typed access to directory/descriptor fields.
Something like:
public class TagType<T extends Descriptor>
{
private final String _friendlyName;
private final String _compactName;
private final int _identifier;
private final FormatType _expectedFormatType; // maybe
}
Original comment by drewnoakes
on 3 May 2011 at 2:31
Original comment by drewnoakes
on 13 Jun 2012 at 8:16
Original comment by drewnoakes
on 16 Oct 2012 at 4:03
Original issue reported on code.google.com by
drewnoakes
on 24 Apr 2011 at 6:49