Package fr.esrf.tango.pogo.pogoDsl
Interface Pipe
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
PipeImpl
public interface Pipe extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Pipe'.The following features are supported:
- See Also:
PogoDslPackage.getPipe()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDescription()Returns the value of the 'Description' attribute.java.lang.StringgetDisplayLevel()Returns the value of the 'Display Level' attribute.java.lang.StringgetLabel()Returns the value of the 'Label' attribute.java.lang.StringgetName()Returns the value of the 'Name' attribute.org.eclipse.emf.common.util.EList<java.lang.String>getReadExcludedStates()Returns the value of the 'Read Excluded States' attribute list.java.lang.StringgetRwType()Returns the value of the 'Rw Type' attribute.org.eclipse.emf.common.util.EList<java.lang.String>getWriteExcludedStates()Returns the value of the 'Write Excluded States' attribute list.voidsetDescription(java.lang.String value)Sets the value of the 'Description' attribute.voidsetDisplayLevel(java.lang.String value)Sets the value of the 'Display Level' attribute.voidsetLabel(java.lang.String value)Sets the value of the 'Label' attribute.voidsetName(java.lang.String value)Sets the value of the 'Name' attribute.voidsetRwType(java.lang.String value)Sets the value of the 'Rw Type' attribute.
-
-
-
Method Detail
-
getName
java.lang.String getName()
Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String),PogoDslPackage.getPipe_Name()
-
setName
void setName(java.lang.String value)
Sets the value of the 'Name' attribute.- Parameters:
value- the new value of the 'Name' attribute.- See Also:
getName()
-
getDescription
java.lang.String getDescription()
Returns the value of the 'Description' attribute.- Returns:
- the value of the 'Description' attribute.
- See Also:
setDescription(String),PogoDslPackage.getPipe_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.getPipe_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()
-
getRwType
java.lang.String getRwType()
Returns the value of the 'Rw Type' attribute.- Returns:
- the value of the 'Rw Type' attribute.
- See Also:
setRwType(String),PogoDslPackage.getPipe_RwType()
-
setRwType
void setRwType(java.lang.String value)
Sets the value of the 'Rw Type' attribute.- Parameters:
value- the new value of the 'Rw Type' attribute.- See Also:
getRwType()
-
getDisplayLevel
java.lang.String getDisplayLevel()
Returns the value of the 'Display Level' attribute.- Returns:
- the value of the 'Display Level' attribute.
- See Also:
setDisplayLevel(String),PogoDslPackage.getPipe_DisplayLevel()
-
setDisplayLevel
void setDisplayLevel(java.lang.String value)
Sets the value of the 'Display Level' attribute.- Parameters:
value- the new value of the 'Display Level' attribute.- See Also:
getDisplayLevel()
-
getReadExcludedStates
org.eclipse.emf.common.util.EList<java.lang.String> getReadExcludedStates()
Returns the value of the 'Read Excluded States' attribute list. The list contents are of typeString.- Returns:
- the value of the 'Read Excluded States' attribute list.
- See Also:
PogoDslPackage.getPipe_ReadExcludedStates()
-
getWriteExcludedStates
org.eclipse.emf.common.util.EList<java.lang.String> getWriteExcludedStates()
Returns the value of the 'Write Excluded States' attribute list. The list contents are of typeString.- Returns:
- the value of the 'Write Excluded States' attribute list.
- See Also:
PogoDslPackage.getPipe_WriteExcludedStates()
-
-