Java how to check if an attribute is an enumeration?
How can I check if an attribute is an Enumeration in java. I know you can get the attribute type of an IAttribute with the getAttributeType() method, but I know the id of an enum can't always be used to check if the attribute is itself an enum. Is there a way to use server side code to make sure the attribute is an enum without using the attribute's id?
Comments
Ralph Schoon
Apr 27, 11:43 a.m.Ralph Schoon
yesterdayAttributeTypes
Ralph Schoon
yesterdayUsed in Work Item Command line
Ralph Schoon
yesterdayUpdateHelper