psdi.mbo

Class MboYORNValue

  • All Implemented Interfaces:
    MboConstants


    public class MboYORNValue
    extends MboValue
    Sort of boolean data type. Eventually YORN values will be strictly yes/no, but until then these values have a value of Yes, No, or null.

    If Multi-Language functionality is implemented, the string values for yes/no depend on the langCode asked for when the MboValues are gotten from the Mbo.
    Otherwise yes/no characters are read from the system.msg file.

    • Constructor Detail

      • MboYORNValue

        public MboYORNValue()
    • Method Detail

      • getType

        public int getType()
        Return the type defined in MXFormat
        Specified by:
        getType in class MboValue