Class BooleanBeanProxy


  • public class BooleanBeanProxy
    extends AttributeProxy<java.lang.Boolean>
    A proxy for Boolean flavored bean proxies.
    Author:
    cschanck
    • Constructor Summary

      Constructors 
      Constructor Description
      BooleanBeanProxy​(java.lang.String name, java.lang.String description, boolean isRead, boolean isWrite)
      Instantiates a new boolean bean proxy.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Boolean get​(java.lang.String name)
      Gets the value.
      void set​(java.lang.String name, java.lang.Boolean t)
      Sets the value.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BooleanBeanProxy

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

      • get

        public java.lang.Boolean get​(java.lang.String name)
        Description copied from class: AttributeProxy
        Gets the value.
        Overrides:
        get in class AttributeProxy<java.lang.Boolean>
        Parameters:
        name - the name
        Returns:
        the value
      • set

        public void set​(java.lang.String name,
                        java.lang.Boolean t)
        Description copied from class: AttributeProxy
        Sets the value.
        Overrides:
        set in class AttributeProxy<java.lang.Boolean>
        Parameters:
        name - the name
        t - the value