Skip to content

Enum constant arg with class #86

@robertomorati

Description

@robertomorati

Hi @phax

I faced with an "unusual" situation, where I need to pass a Class as a parameter in a constant enum. In other words, something like that:

ERRO_SQL("900","System Error", MonitoringKeySQL.class)

I have defined JDefinedClass monitoringKeySQL= createJDefinedClass("package.MonitoringKeySQL");

enums.arg(<class here???>);

Please, could help me with this situation?

All the best,

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions