Class EntityAttrOptionBase

    • Field Detail

      • name

        protected java.lang.String name
      • value

        protected java.lang.String value
    • Constructor Detail

      • EntityAttrOptionBase

        public EntityAttrOptionBase()
    • Method Detail

      • setAttribute

        public void setAttribute​(EntityAttr attribute)
        Description copied from interface: EntityAttrOption
        Set the attribute with which this option is associated.
        Specified by:
        setAttribute in interface EntityAttrOption
        Parameters:
        attribute - EntityAttr instance
      • getName

        public java.lang.String getName()
        Description copied from interface: EntityAttrOption
        Get option display name for the option value.
        Specified by:
        getName in interface EntityAttrOption
        Returns:
        display name on device.
      • setName

        public void setName​(java.lang.String name)
        Description copied from interface: EntityAttrOption
        Set option display name for the option value.
        Specified by:
        setName in interface EntityAttrOption
        Parameters:
        name - display name on device.
      • toString

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