All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.nasdanika.html.model.bootstrap.Badge Maven / Gradle / Ivy

There is a newer version: 2024.10.0
Show newest version
/**
 */
package org.nasdanika.html.model.bootstrap;

import org.nasdanika.html.bootstrap.Color;


/**
 * 
 * A representation of the model object 'Badge'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.nasdanika.html.model.bootstrap.Badge#getColor Color}
  • *
* * @see org.nasdanika.html.model.bootstrap.BootstrapPackage#getBadge() * @model * @generated */ public interface Badge extends Div { /** * Returns the value of the 'Color' attribute. * * * @return the value of the 'Color' attribute. * @see #setColor(Color) * @see org.nasdanika.html.model.bootstrap.BootstrapPackage#getBadge_Color() * @model dataType="org.nasdanika.html.model.bootstrap.Color" * @generated */ Color getColor(); /** * Sets the value of the '{@link org.nasdanika.html.model.bootstrap.Badge#getColor Color}' attribute. * * * @param value the new value of the 'Color' attribute. * @see #getColor() * @generated */ void setColor(Color value); } // Badge




© 2015 - 2024 Weber Informatics LLC | Privacy Policy