org.openxma.dsl.dom.model.PresentableFeature Maven / Gradle / Ivy
/**
*
*
*
* $Id$
*/
package org.openxma.dsl.dom.model;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
import org.openxma.dsl.core.model.ValidatorReference;
/**
*
* A representation of the model object 'Presentable Feature'.
*
*
*
* The following features are supported:
*
* - {@link org.openxma.dsl.dom.model.PresentableFeature#getName Name}
*
*
*
* @see org.openxma.dsl.dom.DomPackage#getPresentableFeature()
* @model abstract="true"
* @generated
*/
public interface PresentableFeature extends EObject {
/**
* Returns the value of the 'Name' attribute.
*
*
* If the meaning of the 'Name' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Name' attribute.
* @see #setName(String)
* @see org.openxma.dsl.dom.DomPackage#getPresentableFeature_Name()
* @model
* @generated
*/
String getName();
/**
* Sets the value of the '{@link org.openxma.dsl.dom.model.PresentableFeature#getName Name}' attribute.
*
*
* @param value the new value of the 'Name' attribute.
* @see #getName()
* @generated
*/
void setName(String value);
/**
* @modified
* @return the attribute
*/
Attribute getAttribute();
/**
* @modified
* @return the attribute
*/
String getLabelText();
/**
* @modified
* @return the attribute
*/
String getTooltipText();
/**
* @modified
* @return the attribute
*/
String getUnitText();
/**
* @modified
* @return the attribute
*/
Attribute getUnitAttribute();
/**
* @modified
*/
String getCalculatedName();
/**
* @modified
*/
EList getAttributProperties();
/**
* @modified
*/
ValidatorReference getFormat();
} // PresentableFeature