Package | Description |
---|---|
eu.bandm.tools.metajava |
Modifier and Type | Field and Description |
---|---|
protected Map<String,GeneratedEnumConstant> |
GeneratedEnum.byname |
protected List<GeneratedEnumConstant> |
GeneratedEnum.constants |
Modifier and Type | Method and Description |
---|---|
GeneratedEnumConstant |
GeneratedEnum.addConstant(String id,
Format... params) |
GeneratedEnumConstant |
GeneratedEnum.addConstant(String id,
Formattable... params) |
Modifier and Type | Method and Description |
---|---|
List<GeneratedEnumConstant> |
GeneratedEnum.getConstants() |
Modifier and Type | Method and Description |
---|---|
protected void |
Visitor.action(GeneratedEnumConstant metaClass) |
void |
Visitor.match(GeneratedEnumConstant metaClass) |
see also the complete user documentation .