/** * Get all defined enums of this class * * @return An array of all defined enum objects */ public static String[] getEnumNames() { return(EnumDelegate.getEnumNames(typeof(LeadOS))); }
/** * Get all defined enums of this class * * @return An array of all defined enum objects */ public static String[] getEnumNames() { return(EnumDelegate.getEnumNames(typeof(RPMIndexType))); }
/** * Get all defined enums of this class * * @return An array of all defined enum objects */ public static String[] getEnumNames() { return(EnumDelegate.getEnumNames(typeof(RPMHeaderTag))); }
/** * Get all defined enums of this class * * @return An array of all defined enum objects */ public static String[] getEnumNames() { return(EnumDelegate.getEnumNames(typeof(LeadArchitecture))); }