Class DoubleBeanProxy


  • public class DoubleBeanProxy
    extends AttributeProxy<java.lang.Double>
    A Class for Double proxies.
    Author:
    cschanck
    • Constructor Summary

      Constructors 
      Constructor Description
      DoubleBeanProxy​(java.lang.String name, java.lang.String description, boolean isRead, boolean isWrite)
      Instantiates a new double bean proxy.
    • Constructor Detail

      • DoubleBeanProxy

        public DoubleBeanProxy​(java.lang.String name,
                               java.lang.String description,
                               boolean isRead,
                               boolean isWrite)
        Instantiates a new double bean proxy.
        Parameters:
        name - the name
        description - the description
        isRead - the is read
        isWrite - the is write