How can I check that an attribute has validation unique in java?

0
When I read the validation from an attribute I get an object of type IDatavalidation. Documentation says: Validation types are Required, EqualsTo, Length, Unique, RegEx and Range. But it looks like these are obfuscated.
asked
1 answers
1

These are indeed obfuscated, maybe you could file a feature request to be able to retrieve the type of validation as a string?

answered