Get Image field from an enum

2
What is the method that can be used to return image of the enum when attribute is passed, which is of type enum ? It should be something like below mentioned functions, which takes attribute and return enums properties like name or caption getEnumCaption(attr, name) mxmetaobject.getEnumCaption("Color", "red"); // "Rouge" mxmetaobject.getEnumKVPairs("Color"); mxmetaobject.getEnumMap("Color"); mxmetaobject.getOptions("Color"); getSelectorEntity(attr)
asked
0 answers