public class AttrData extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AttrData.Pair |
Constructor and Description |
---|
AttrData(String name,
String format,
List<AttrData.Pair> pairs) |
Modifier and Type | Method and Description |
---|---|
String |
getFormat() |
String |
getName() |
String |
getValueFor(String key) |
boolean |
isValue(String value) |
String |
toString() |
public AttrData(String name, String format, List<AttrData.Pair> pairs)