Package fr.esrf.tango.pogo.pogoDsl
Interface AttrProperties
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
AttrPropertiesImpl
public interface AttrProperties extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Attr Properties'.The following features are supported:
- See Also:
PogoDslPackage.getAttrProperties()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDeltaTime()Returns the value of the 'Delta Time' attribute.java.lang.StringgetDeltaValue()Returns the value of the 'Delta Value' attribute.java.lang.StringgetDescription()Returns the value of the 'Description' attribute.java.lang.StringgetDisplayUnit()Returns the value of the 'Display Unit' attribute.java.lang.StringgetFormat()Returns the value of the 'Format' attribute.java.lang.StringgetLabel()Returns the value of the 'Label' attribute.java.lang.StringgetMaxAlarm()Returns the value of the 'Max Alarm' attribute.java.lang.StringgetMaxValue()Returns the value of the 'Max Value' attribute.java.lang.StringgetMaxWarning()Returns the value of the 'Max Warning' attribute.java.lang.StringgetMinAlarm()Returns the value of the 'Min Alarm' attribute.java.lang.StringgetMinValue()Returns the value of the 'Min Value' attribute.java.lang.StringgetMinWarning()Returns the value of the 'Min Warning' attribute.java.lang.StringgetStandardUnit()Returns the value of the 'Standard Unit' attribute.java.lang.StringgetUnit()Returns the value of the 'Unit' attribute.voidsetDeltaTime(java.lang.String value)Sets the value of the 'Delta Time' attribute.voidsetDeltaValue(java.lang.String value)Sets the value of the 'Delta Value' attribute.voidsetDescription(java.lang.String value)Sets the value of the 'Description' attribute.voidsetDisplayUnit(java.lang.String value)Sets the value of the 'Display Unit' attribute.voidsetFormat(java.lang.String value)Sets the value of the 'Format' attribute.voidsetLabel(java.lang.String value)Sets the value of the 'Label' attribute.voidsetMaxAlarm(java.lang.String value)Sets the value of the 'Max Alarm' attribute.voidsetMaxValue(java.lang.String value)Sets the value of the 'Max Value' attribute.voidsetMaxWarning(java.lang.String value)Sets the value of the 'Max Warning' attribute.voidsetMinAlarm(java.lang.String value)Sets the value of the 'Min Alarm' attribute.voidsetMinValue(java.lang.String value)Sets the value of the 'Min Value' attribute.voidsetMinWarning(java.lang.String value)Sets the value of the 'Min Warning' attribute.voidsetStandardUnit(java.lang.String value)Sets the value of the 'Standard Unit' attribute.voidsetUnit(java.lang.String value)Sets the value of the 'Unit' attribute.
-
-
-
Method Detail
-
getDescription
java.lang.String getDescription()
Returns the value of the 'Description' attribute.- Returns:
- the value of the 'Description' attribute.
- See Also:
setDescription(String),PogoDslPackage.getAttrProperties_Description()
-
setDescription
void setDescription(java.lang.String value)
Sets the value of the 'Description' attribute.- Parameters:
value- the new value of the 'Description' attribute.- See Also:
getDescription()
-
getLabel
java.lang.String getLabel()
Returns the value of the 'Label' attribute.- Returns:
- the value of the 'Label' attribute.
- See Also:
setLabel(String),PogoDslPackage.getAttrProperties_Label()
-
setLabel
void setLabel(java.lang.String value)
Sets the value of the 'Label' attribute.- Parameters:
value- the new value of the 'Label' attribute.- See Also:
getLabel()
-
getUnit
java.lang.String getUnit()
Returns the value of the 'Unit' attribute.- Returns:
- the value of the 'Unit' attribute.
- See Also:
setUnit(String),PogoDslPackage.getAttrProperties_Unit()
-
setUnit
void setUnit(java.lang.String value)
Sets the value of the 'Unit' attribute.- Parameters:
value- the new value of the 'Unit' attribute.- See Also:
getUnit()
-
getStandardUnit
java.lang.String getStandardUnit()
Returns the value of the 'Standard Unit' attribute.- Returns:
- the value of the 'Standard Unit' attribute.
- See Also:
setStandardUnit(String),PogoDslPackage.getAttrProperties_StandardUnit()
-
setStandardUnit
void setStandardUnit(java.lang.String value)
Sets the value of the 'Standard Unit' attribute.- Parameters:
value- the new value of the 'Standard Unit' attribute.- See Also:
getStandardUnit()
-
getDisplayUnit
java.lang.String getDisplayUnit()
Returns the value of the 'Display Unit' attribute.- Returns:
- the value of the 'Display Unit' attribute.
- See Also:
setDisplayUnit(String),PogoDslPackage.getAttrProperties_DisplayUnit()
-
setDisplayUnit
void setDisplayUnit(java.lang.String value)
Sets the value of the 'Display Unit' attribute.- Parameters:
value- the new value of the 'Display Unit' attribute.- See Also:
getDisplayUnit()
-
getFormat
java.lang.String getFormat()
Returns the value of the 'Format' attribute.- Returns:
- the value of the 'Format' attribute.
- See Also:
setFormat(String),PogoDslPackage.getAttrProperties_Format()
-
setFormat
void setFormat(java.lang.String value)
Sets the value of the 'Format' attribute.- Parameters:
value- the new value of the 'Format' attribute.- See Also:
getFormat()
-
getMaxValue
java.lang.String getMaxValue()
Returns the value of the 'Max Value' attribute.- Returns:
- the value of the 'Max Value' attribute.
- See Also:
setMaxValue(String),PogoDslPackage.getAttrProperties_MaxValue()
-
setMaxValue
void setMaxValue(java.lang.String value)
Sets the value of the 'Max Value' attribute.- Parameters:
value- the new value of the 'Max Value' attribute.- See Also:
getMaxValue()
-
getMinValue
java.lang.String getMinValue()
Returns the value of the 'Min Value' attribute.- Returns:
- the value of the 'Min Value' attribute.
- See Also:
setMinValue(String),PogoDslPackage.getAttrProperties_MinValue()
-
setMinValue
void setMinValue(java.lang.String value)
Sets the value of the 'Min Value' attribute.- Parameters:
value- the new value of the 'Min Value' attribute.- See Also:
getMinValue()
-
getMaxAlarm
java.lang.String getMaxAlarm()
Returns the value of the 'Max Alarm' attribute.- Returns:
- the value of the 'Max Alarm' attribute.
- See Also:
setMaxAlarm(String),PogoDslPackage.getAttrProperties_MaxAlarm()
-
setMaxAlarm
void setMaxAlarm(java.lang.String value)
Sets the value of the 'Max Alarm' attribute.- Parameters:
value- the new value of the 'Max Alarm' attribute.- See Also:
getMaxAlarm()
-
getMinAlarm
java.lang.String getMinAlarm()
Returns the value of the 'Min Alarm' attribute.- Returns:
- the value of the 'Min Alarm' attribute.
- See Also:
setMinAlarm(String),PogoDslPackage.getAttrProperties_MinAlarm()
-
setMinAlarm
void setMinAlarm(java.lang.String value)
Sets the value of the 'Min Alarm' attribute.- Parameters:
value- the new value of the 'Min Alarm' attribute.- See Also:
getMinAlarm()
-
getMaxWarning
java.lang.String getMaxWarning()
Returns the value of the 'Max Warning' attribute.- Returns:
- the value of the 'Max Warning' attribute.
- See Also:
setMaxWarning(String),PogoDslPackage.getAttrProperties_MaxWarning()
-
setMaxWarning
void setMaxWarning(java.lang.String value)
Sets the value of the 'Max Warning' attribute.- Parameters:
value- the new value of the 'Max Warning' attribute.- See Also:
getMaxWarning()
-
getMinWarning
java.lang.String getMinWarning()
Returns the value of the 'Min Warning' attribute.- Returns:
- the value of the 'Min Warning' attribute.
- See Also:
setMinWarning(String),PogoDslPackage.getAttrProperties_MinWarning()
-
setMinWarning
void setMinWarning(java.lang.String value)
Sets the value of the 'Min Warning' attribute.- Parameters:
value- the new value of the 'Min Warning' attribute.- See Also:
getMinWarning()
-
getDeltaTime
java.lang.String getDeltaTime()
Returns the value of the 'Delta Time' attribute.- Returns:
- the value of the 'Delta Time' attribute.
- See Also:
setDeltaTime(String),PogoDslPackage.getAttrProperties_DeltaTime()
-
setDeltaTime
void setDeltaTime(java.lang.String value)
Sets the value of the 'Delta Time' attribute.- Parameters:
value- the new value of the 'Delta Time' attribute.- See Also:
getDeltaTime()
-
getDeltaValue
java.lang.String getDeltaValue()
Returns the value of the 'Delta Value' attribute.- Returns:
- the value of the 'Delta Value' attribute.
- See Also:
setDeltaValue(String),PogoDslPackage.getAttrProperties_DeltaValue()
-
setDeltaValue
void setDeltaValue(java.lang.String value)
Sets the value of the 'Delta Value' attribute.- Parameters:
value- the new value of the 'Delta Value' attribute.- See Also:
getDeltaValue()
-
-