Ejemplo n.º 1
0
 /**
  * Check if this enum class contains a enum of a specified id
  *
  * @param id The id of the enum
  * @return TRUE if the enum is defined in this class
  */
 public static bool containsEnumId(java.lang.Long id)
 {
     return(EnumDelegate.containsEnumId(typeof(LeadOS), id));
 }
Ejemplo n.º 2
0
 /**
  * Check if this enum class contains a enum of a specified id
  *
  * @param id The id of the enum
  * @return TRUE if the enum is defined in this class
  */
 public static bool containsEnumId(java.lang.Long id)
 {
     return(EnumDelegate.containsEnumId(typeof(RPMIndexType), id));
 }