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

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

The newest version!
/**
 */
package org.nasdanika.html.model.bootstrap;

import org.eclipse.emf.common.util.EList;

/**
 * 
 * A representation of the model object 'Column'.
 * 
 *
 * 
 * Container row column.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.nasdanika.html.model.bootstrap.Column#getWidth Width}
  • *
* * @see org.nasdanika.html.model.bootstrap.BootstrapPackage#getColumn() * @model * @generated */ public interface Column extends BootstrapElement { /** * Returns the value of the 'Width' containment reference list. * The list contents are of type {@link org.nasdanika.html.model.bootstrap.ColumnWidth}. * * * * Column widths for different breakpoints. * * @return the value of the 'Width' containment reference list. * @see org.nasdanika.html.model.bootstrap.BootstrapPackage#getColumn_Width() * @model containment="true" * @generated */ EList getWidth(); } // Column




© 2015 - 2024 Weber Informatics LLC | Privacy Policy