Exemple #1
0
 /**
  * Get all defined enums of this class
  *
  * @return An array of all defined enum objects
  */
 public static String[] getEnumNames()
 {
     return(EnumDelegate.getEnumNames(typeof(LeadOS)));
 }
Exemple #2
0
 /**
  * Get all defined enums of this class
  *
  * @return An array of all defined enum objects
  */
 public static String[] getEnumNames()
 {
     return(EnumDelegate.getEnumNames(typeof(RPMIndexType)));
 }
Exemple #3
0
 /**
  * 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)));
 }