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

org.openxma.dsl.ddl.ddlDsl.Raw Maven / Gradle / Ivy

The newest version!
/**
 * 
 * 
 *
 */
package org.openxma.dsl.ddl.ddlDsl;


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

* The following features are supported: *

    *
  • {@link org.openxma.dsl.ddl.ddlDsl.Raw#getSize Size}
  • *
*

* * @see org.openxma.dsl.ddl.ddlDsl.DdlDslPackage#getRaw() * @model * @generated */ public interface Raw extends LongRaw { /** * Returns the value of the 'Size' attribute. * *

* If the meaning of the 'Size' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Size' attribute. * @see #setSize(int) * @see org.openxma.dsl.ddl.ddlDsl.DdlDslPackage#getRaw_Size() * @model * @generated */ int getSize(); /** * Sets the value of the '{@link org.openxma.dsl.ddl.ddlDsl.Raw#getSize Size}' attribute. * * * @param value the new value of the 'Size' attribute. * @see #getSize() * @generated */ void setSize(int value); } // Raw




© 2015 - 2024 Weber Informatics LLC | Privacy Policy