org.openxma.dsl.dom.model
Interface PresentableFeature

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
Attribute, FeatureReference
All Known Implementing Classes:
AttributeImpl, FeatureReferenceImpl, PresentableFeatureImpl

public interface PresentableFeature
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Presentable Feature'.

The following features are supported:

See Also:
DomPackage.getPresentableFeature()

Method Summary
 Attribute getAttribute()
           
 org.eclipse.emf.common.util.EList<AttributeProperty> getAttributProperties()
           
 String getCalculatedName()
           
 org.openxma.dsl.core.model.ValidatorReference getFormat()
           
 String getLabelText()
           
 String getName()
          Returns the value of the 'Name' attribute.
 String getTooltipText()
           
 Attribute getUnitAttribute()
           
 String getUnitText()
           
 void setName(String value)
          Sets the value of the 'Name' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getName

String getName()
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...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), DomPackage.getPresentableFeature_Name()

setName

void setName(String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getAttribute

Attribute getAttribute()
Returns:
the attribute

getLabelText

String getLabelText()
Returns:
the attribute

getTooltipText

String getTooltipText()
Returns:
the attribute

getUnitText

String getUnitText()
Returns:
the attribute

getUnitAttribute

Attribute getUnitAttribute()
Returns:
the attribute

getCalculatedName

String getCalculatedName()

getAttributProperties

org.eclipse.emf.common.util.EList<AttributeProperty> getAttributProperties()

getFormat

org.openxma.dsl.core.model.ValidatorReference getFormat()


Copyright © 2013. All Rights Reserved.