Пример #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)));
 }
Пример #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)));
 }
Пример #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)));
 }
Пример #4
0
 /**
  * Get all defined enums of this class
  *
  * @return An array of all defined enum objects
  */
 public static String[] getEnumNames()
 {
     return(EnumDelegate.getEnumNames(typeof(LeadArchitecture)));
 }