Class AttributeComboBoxBean

java.lang.Object
gaiasky.interafce.beans.AttributeComboBoxBean

public class AttributeComboBoxBean
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    IAttribute attr  
    java.lang.String name  
  • Constructor Summary

    Constructors
    Constructor Description
    AttributeComboBoxBean​(IAttribute attr)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • name

      public java.lang.String name
    • attr

      public IAttribute attr
  • Constructor Details

    • AttributeComboBoxBean

      public AttributeComboBoxBean​(IAttribute attr)
  • Method Details

    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object