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

org.openxma.dsl.dom.model.TransientFlag Maven / Gradle / Ivy

There is a newer version: 6.0.2
Show newest version
/**
 * 
 * 
 *
 * $Id: TransientFlag.java 10224 2013-01-04 15:48:48Z dschwarz $
 */
package org.openxma.dsl.dom.model;

import org.openxma.dsl.core.model.BoolLiteral;


/**
 * 
 * A representation of the model object 'Transient Flag'.
 * 
 *
 * 

* The following features are supported: *

    *
  • {@link org.openxma.dsl.dom.model.TransientFlag#getExpression Expression}
  • *
*

* * @see org.openxma.dsl.dom.DomPackage#getTransientFlag() * @model * @generated */ public interface TransientFlag extends AttributeFlag { /** * Returns the value of the 'Expression' containment reference. * *

* If the meaning of the 'Expression' containment reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Expression' containment reference. * @see #setExpression(BoolLiteral) * @see org.openxma.dsl.dom.DomPackage#getTransientFlag_Expression() * @model containment="true" * @generated */ BoolLiteral getExpression(); /** * Sets the value of the '{@link org.openxma.dsl.dom.model.TransientFlag#getExpression Expression}' containment reference. * * * @param value the new value of the 'Expression' containment reference. * @see #getExpression() * @generated */ void setExpression(BoolLiteral value); } // TransientFlag




© 2015 - 2024 Weber Informatics LLC | Privacy Policy