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

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

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


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

* The following features are supported: *

    *
  • {@link org.openxma.dsl.ddl.ddlDsl.Long#isRaw Raw}
  • *
*

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

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

* * @return the value of the 'Raw' attribute. * @see #setRaw(boolean) * @see org.openxma.dsl.ddl.ddlDsl.DdlDslPackage#getLong_Raw() * @model * @generated */ boolean isRaw(); /** * Sets the value of the '{@link org.openxma.dsl.ddl.ddlDsl.Long#isRaw Raw}' attribute. * * * @param value the new value of the 'Raw' attribute. * @see #isRaw() * @generated */ void setRaw(boolean value); } // Long




© 2015 - 2024 Weber Informatics LLC | Privacy Policy