Uses of Class
rcs.nml.NML_ENUM_INFO

Packages that use NML_ENUM_INFO
rcs.nml   
 

Uses of NML_ENUM_INFO in rcs.nml
 

Fields in rcs.nml declared as NML_ENUM_INFO
static NML_ENUM_INFO RCS_STAT_MSG_V2.nml_enum_info_for_RCS_ADMIN_STATE
           
static NML_ENUM_INFO RCS_STAT_MSG.nml_enum_info_for_RCS_STATUS
           
 

Methods in rcs.nml with parameters of type NML_ENUM_INFO
abstract  int NMLFormatConverter.check_type_info(NML_ENUM_INFO info)
           
 int NMLFormatConverterBase.check_type_info(NML_ENUM_INFO info)
           
 int XMLFormatConverter.check_type_info(NML_ENUM_INFO info)
           
abstract  int NMLFormatConverter.update_attribute_enumeration_with_name(java.lang.String name, int enumin, NML_ENUM_INFO info)
           
 int NMLFormatConverterBase.update_attribute_enumeration_with_name(java.lang.String name, int enumin, NML_ENUM_INFO info)
           
abstract  void NMLFormatConverter.update_enumeration_array_with_name(java.lang.String name, int[] enumin, int num_elements, NML_ENUM_INFO info)
           
 void NMLFormatConverterBase.update_enumeration_array_with_name(java.lang.String name, int[] enumin, int num_elements, NML_ENUM_INFO info)
           
 void XMLFormatConverter.update_enumeration_array_with_name(java.lang.String name, int[] enumin, int num_elements, NML_ENUM_INFO info)
           
abstract  int NMLFormatConverter.update_enumeration_with_name(java.lang.String name, int enumin, NML_ENUM_INFO info)
           
 int NMLFormatConverterBase.update_enumeration_with_name(java.lang.String name, int enumin, NML_ENUM_INFO info)
           
 int XMLFormatConverter.update_enumeration_with_name(java.lang.String name, int enumin, NML_ENUM_INFO info)