Class AllowedValue_impl

    • Field Detail

      • mString

        private java.lang.String mString
        The allowed value string.
      • mDescription

        private java.lang.String mDescription
        Verbose description of this value.
      • XMLIZATION_INFO

        private static final XmlizationInfo XMLIZATION_INFO
    • Constructor Detail

      • AllowedValue_impl

        public AllowedValue_impl()
        Default constructor.
      • AllowedValue_impl

        public AllowedValue_impl​(java.lang.String aString,
                                 java.lang.String aDescription)
        Constructor.
        Parameters:
        aString - the allowed value string
        aDescription - verbose description of this allowed value