Class BooleanObjectDescription

    • Constructor Detail

      • BooleanObjectDescription

        public BooleanObjectDescription()
        Creates a new object description.
    • Method Detail

      • createObject

        public Object createObject()
        Creates a new Boolean based on the settings of this description object.
        Returns:
        A Boolean.
      • setParameterFromObject

        public void setParameterFromObject​(Object o)
                                    throws ObjectFactoryException
        Sets the description object parameters to match the supplied object (which should be an instance of Boolean.
        Parameters:
        o - the object.
        Throws:
        ObjectFactoryException - if there is a problem while reading the properties of the given object.