org.openxma.dsl.dom.model
Interface AttributeTextProperty

All Superinterfaces:
AttributeProperty, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
AttributeTextPropertyImpl

public interface AttributeTextProperty
extends AttributeProperty

A representation of the model object 'Attribute Text Property'.

The following features are supported:

See Also:
DomPackage.getAttributeTextProperty()

Method Summary
 String getHstoreColumn()
          Returns the value of the 'Hstore Column' attribute.
 String getLabelText()
          Returns the value of the 'Label Text' attribute.
 String getTooltipText()
          Returns the value of the 'Tooltip Text' attribute.
 Attribute getUnitAttribute()
          Returns the value of the 'Unit Attribute' reference.
 String getUnitText()
          Returns the value of the 'Unit Text' attribute.
 void setHstoreColumn(String value)
          Sets the value of the 'Hstore Column' attribute.
 void setLabelText(String value)
          Sets the value of the 'Label Text' attribute.
 void setTooltipText(String value)
          Sets the value of the 'Tooltip Text' attribute.
 void setUnitAttribute(Attribute value)
          Sets the value of the 'Unit Attribute' reference.
 void setUnitText(String value)
          Sets the value of the 'Unit Text' 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

getLabelText

String getLabelText()
Returns the value of the 'Label Text' attribute.

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

Returns:
the value of the 'Label Text' attribute.
See Also:
setLabelText(String), DomPackage.getAttributeTextProperty_LabelText()

setLabelText

void setLabelText(String value)
Sets the value of the 'Label Text' attribute.

Parameters:
value - the new value of the 'Label Text' attribute.
See Also:
getLabelText()

getTooltipText

String getTooltipText()
Returns the value of the 'Tooltip Text' attribute.

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

Returns:
the value of the 'Tooltip Text' attribute.
See Also:
setTooltipText(String), DomPackage.getAttributeTextProperty_TooltipText()

setTooltipText

void setTooltipText(String value)
Sets the value of the 'Tooltip Text' attribute.

Parameters:
value - the new value of the 'Tooltip Text' attribute.
See Also:
getTooltipText()

getUnitText

String getUnitText()
Returns the value of the 'Unit Text' attribute.

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

Returns:
the value of the 'Unit Text' attribute.
See Also:
setUnitText(String), DomPackage.getAttributeTextProperty_UnitText()

setUnitText

void setUnitText(String value)
Sets the value of the 'Unit Text' attribute.

Parameters:
value - the new value of the 'Unit Text' attribute.
See Also:
getUnitText()

getUnitAttribute

Attribute getUnitAttribute()
Returns the value of the 'Unit Attribute' reference.

If the meaning of the 'Unit Attribute' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Unit Attribute' reference.
See Also:
setUnitAttribute(Attribute), DomPackage.getAttributeTextProperty_UnitAttribute()

setUnitAttribute

void setUnitAttribute(Attribute value)
Sets the value of the 'Unit Attribute' reference.

Parameters:
value - the new value of the 'Unit Attribute' reference.
See Also:
getUnitAttribute()

getHstoreColumn

String getHstoreColumn()
Returns the value of the 'Hstore Column' attribute.

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

Returns:
the value of the 'Hstore Column' attribute.
See Also:
setHstoreColumn(String), DomPackage.getAttributeTextProperty_HstoreColumn()

setHstoreColumn

void setHstoreColumn(String value)
Sets the value of the 'Hstore Column' attribute.

Parameters:
value - the new value of the 'Hstore Column' attribute.
See Also:
getHstoreColumn()


Copyright © 2013. All Rights Reserved.