Package fr.esrf.tango.pogo.pogoDsl
Interface Attribute
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
AttributeImpl
public interface Attribute extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Attribute'.The following features are supported:
- See Also:
PogoDslPackage.getAttribute()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAllocReadMember()Returns the value of the 'Alloc Read Member' attribute.FireEventsgetArchiveEvent()Returns the value of the 'Archive Event' containment reference.java.lang.StringgetAssociatedAttr()Returns the value of the 'Associated Attr' attribute.java.lang.StringgetAttType()Returns the value of the 'Att Type' attribute.FireEventsgetChangeEvent()Returns the value of the 'Change Event' containment reference.FireEventsgetDataReadyEvent()Returns the value of the 'Data Ready Event' containment reference.TypegetDataType()Returns the value of the 'Data Type' containment reference.java.lang.StringgetDisplayLevel()Returns the value of the 'Display Level' attribute.org.eclipse.emf.common.util.EList<java.lang.String>getEnumLabels()Returns the value of the 'Enum Labels' attribute list.EventCriteriagetEvArchiveCriteria()Returns the value of the 'Ev Archive Criteria' containment reference.EventCriteriagetEventCriteria()Returns the value of the 'Event Criteria' containment reference.java.lang.StringgetIsDynamic()Returns the value of the 'Is Dynamic' attribute.java.lang.StringgetMaxX()Returns the value of the 'Max X' attribute.java.lang.StringgetMaxY()Returns the value of the 'Max Y' attribute.java.lang.StringgetMemorized()Returns the value of the 'Memorized' attribute.java.lang.StringgetMemorizedAtInit()Returns the value of the 'Memorized At Init' attribute.java.lang.StringgetName()Returns the value of the 'Name' attribute.java.lang.StringgetPolledPeriod()Returns the value of the 'Polled Period' attribute.AttrPropertiesgetProperties()Returns the value of the 'Properties' containment reference.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.InheritanceStatusgetStatus()Returns the value of the 'Status' containment reference.org.eclipse.emf.common.util.EList<java.lang.String>getWriteExcludedStates()Returns the value of the 'Write Excluded States' attribute list.voidsetAllocReadMember(java.lang.String value)Sets the value of the 'Alloc Read Member' attribute.voidsetArchiveEvent(FireEvents value)Sets the value of the 'Archive Event' containment reference.voidsetAssociatedAttr(java.lang.String value)Sets the value of the 'Associated Attr' attribute.voidsetAttType(java.lang.String value)Sets the value of the 'Att Type' attribute.voidsetChangeEvent(FireEvents value)Sets the value of the 'Change Event' containment reference.voidsetDataReadyEvent(FireEvents value)Sets the value of the 'Data Ready Event' containment reference.voidsetDataType(Type value)Sets the value of the 'Data Type' containment reference.voidsetDisplayLevel(java.lang.String value)Sets the value of the 'Display Level' attribute.voidsetEvArchiveCriteria(EventCriteria value)Sets the value of the 'Ev Archive Criteria' containment reference.voidsetEventCriteria(EventCriteria value)Sets the value of the 'Event Criteria' containment reference.voidsetIsDynamic(java.lang.String value)Sets the value of the 'Is Dynamic' attribute.voidsetMaxX(java.lang.String value)Sets the value of the 'Max X' attribute.voidsetMaxY(java.lang.String value)Sets the value of the 'Max Y' attribute.voidsetMemorized(java.lang.String value)Sets the value of the 'Memorized' attribute.voidsetMemorizedAtInit(java.lang.String value)Sets the value of the 'Memorized At Init' attribute.voidsetName(java.lang.String value)Sets the value of the 'Name' attribute.voidsetPolledPeriod(java.lang.String value)Sets the value of the 'Polled Period' attribute.voidsetProperties(AttrProperties value)Sets the value of the 'Properties' containment reference.voidsetRwType(java.lang.String value)Sets the value of the 'Rw Type' attribute.voidsetStatus(InheritanceStatus value)Sets the value of the 'Status' containment reference.
-
-
-
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.getAttribute_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()
-
getAttType
java.lang.String getAttType()
Returns the value of the 'Att Type' attribute.- Returns:
- the value of the 'Att Type' attribute.
- See Also:
setAttType(String),PogoDslPackage.getAttribute_AttType()
-
setAttType
void setAttType(java.lang.String value)
Sets the value of the 'Att Type' attribute.- Parameters:
value- the new value of the 'Att Type' attribute.- See Also:
getAttType()
-
getDataType
Type getDataType()
Returns the value of the 'Data Type' containment reference.- Returns:
- the value of the 'Data Type' containment reference.
- See Also:
setDataType(Type),PogoDslPackage.getAttribute_DataType()
-
setDataType
void setDataType(Type value)
Sets the value of the 'Data Type' containment reference.- Parameters:
value- the new value of the 'Data Type' containment reference.- See Also:
getDataType()
-
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.getAttribute_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.getAttribute_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()
-
getPolledPeriod
java.lang.String getPolledPeriod()
Returns the value of the 'Polled Period' attribute.- Returns:
- the value of the 'Polled Period' attribute.
- See Also:
setPolledPeriod(String),PogoDslPackage.getAttribute_PolledPeriod()
-
setPolledPeriod
void setPolledPeriod(java.lang.String value)
Sets the value of the 'Polled Period' attribute.- Parameters:
value- the new value of the 'Polled Period' attribute.- See Also:
getPolledPeriod()
-
getMaxX
java.lang.String getMaxX()
Returns the value of the 'Max X' attribute.- Returns:
- the value of the 'Max X' attribute.
- See Also:
setMaxX(String),PogoDslPackage.getAttribute_MaxX()
-
setMaxX
void setMaxX(java.lang.String value)
Sets the value of the 'Max X' attribute.- Parameters:
value- the new value of the 'Max X' attribute.- See Also:
getMaxX()
-
getMaxY
java.lang.String getMaxY()
Returns the value of the 'Max Y' attribute.- Returns:
- the value of the 'Max Y' attribute.
- See Also:
setMaxY(String),PogoDslPackage.getAttribute_MaxY()
-
setMaxY
void setMaxY(java.lang.String value)
Sets the value of the 'Max Y' attribute.- Parameters:
value- the new value of the 'Max Y' attribute.- See Also:
getMaxY()
-
getAssociatedAttr
java.lang.String getAssociatedAttr()
Returns the value of the 'Associated Attr' attribute.- Returns:
- the value of the 'Associated Attr' attribute.
- See Also:
setAssociatedAttr(String),PogoDslPackage.getAttribute_AssociatedAttr()
-
setAssociatedAttr
void setAssociatedAttr(java.lang.String value)
Sets the value of the 'Associated Attr' attribute.- Parameters:
value- the new value of the 'Associated Attr' attribute.- See Also:
getAssociatedAttr()
-
getMemorized
java.lang.String getMemorized()
Returns the value of the 'Memorized' attribute.- Returns:
- the value of the 'Memorized' attribute.
- See Also:
setMemorized(String),PogoDslPackage.getAttribute_Memorized()
-
setMemorized
void setMemorized(java.lang.String value)
Sets the value of the 'Memorized' attribute.- Parameters:
value- the new value of the 'Memorized' attribute.- See Also:
getMemorized()
-
getMemorizedAtInit
java.lang.String getMemorizedAtInit()
Returns the value of the 'Memorized At Init' attribute.- Returns:
- the value of the 'Memorized At Init' attribute.
- See Also:
setMemorizedAtInit(String),PogoDslPackage.getAttribute_MemorizedAtInit()
-
setMemorizedAtInit
void setMemorizedAtInit(java.lang.String value)
Sets the value of the 'Memorized At Init' attribute.- Parameters:
value- the new value of the 'Memorized At Init' attribute.- See Also:
getMemorizedAtInit()
-
getChangeEvent
FireEvents getChangeEvent()
Returns the value of the 'Change Event' containment reference.- Returns:
- the value of the 'Change Event' containment reference.
- See Also:
setChangeEvent(FireEvents),PogoDslPackage.getAttribute_ChangeEvent()
-
setChangeEvent
void setChangeEvent(FireEvents value)
Sets the value of the 'Change Event' containment reference.- Parameters:
value- the new value of the 'Change Event' containment reference.- See Also:
getChangeEvent()
-
getArchiveEvent
FireEvents getArchiveEvent()
Returns the value of the 'Archive Event' containment reference.- Returns:
- the value of the 'Archive Event' containment reference.
- See Also:
setArchiveEvent(FireEvents),PogoDslPackage.getAttribute_ArchiveEvent()
-
setArchiveEvent
void setArchiveEvent(FireEvents value)
Sets the value of the 'Archive Event' containment reference.- Parameters:
value- the new value of the 'Archive Event' containment reference.- See Also:
getArchiveEvent()
-
getDataReadyEvent
FireEvents getDataReadyEvent()
Returns the value of the 'Data Ready Event' containment reference.- Returns:
- the value of the 'Data Ready Event' containment reference.
- See Also:
setDataReadyEvent(FireEvents),PogoDslPackage.getAttribute_DataReadyEvent()
-
setDataReadyEvent
void setDataReadyEvent(FireEvents value)
Sets the value of the 'Data Ready Event' containment reference.- Parameters:
value- the new value of the 'Data Ready Event' containment reference.- See Also:
getDataReadyEvent()
-
getStatus
InheritanceStatus getStatus()
Returns the value of the 'Status' containment reference.- Returns:
- the value of the 'Status' containment reference.
- See Also:
setStatus(InheritanceStatus),PogoDslPackage.getAttribute_Status()
-
setStatus
void setStatus(InheritanceStatus value)
Sets the value of the 'Status' containment reference.- Parameters:
value- the new value of the 'Status' containment reference.- See Also:
getStatus()
-
getProperties
AttrProperties getProperties()
Returns the value of the 'Properties' containment reference.- Returns:
- the value of the 'Properties' containment reference.
- See Also:
setProperties(AttrProperties),PogoDslPackage.getAttribute_Properties()
-
setProperties
void setProperties(AttrProperties value)
Sets the value of the 'Properties' containment reference.- Parameters:
value- the new value of the 'Properties' containment reference.- See Also:
getProperties()
-
getAllocReadMember
java.lang.String getAllocReadMember()
Returns the value of the 'Alloc Read Member' attribute.- Returns:
- the value of the 'Alloc Read Member' attribute.
- See Also:
setAllocReadMember(String),PogoDslPackage.getAttribute_AllocReadMember()
-
setAllocReadMember
void setAllocReadMember(java.lang.String value)
Sets the value of the 'Alloc Read Member' attribute.- Parameters:
value- the new value of the 'Alloc Read Member' attribute.- See Also:
getAllocReadMember()
-
getIsDynamic
java.lang.String getIsDynamic()
Returns the value of the 'Is Dynamic' attribute.- Returns:
- the value of the 'Is Dynamic' attribute.
- See Also:
setIsDynamic(String),PogoDslPackage.getAttribute_IsDynamic()
-
setIsDynamic
void setIsDynamic(java.lang.String value)
Sets the value of the 'Is Dynamic' attribute.- Parameters:
value- the new value of the 'Is Dynamic' attribute.- See Also:
getIsDynamic()
-
getEventCriteria
EventCriteria getEventCriteria()
Returns the value of the 'Event Criteria' containment reference.- Returns:
- the value of the 'Event Criteria' containment reference.
- See Also:
setEventCriteria(EventCriteria),PogoDslPackage.getAttribute_EventCriteria()
-
setEventCriteria
void setEventCriteria(EventCriteria value)
Sets the value of the 'Event Criteria' containment reference.- Parameters:
value- the new value of the 'Event Criteria' containment reference.- See Also:
getEventCriteria()
-
getEvArchiveCriteria
EventCriteria getEvArchiveCriteria()
Returns the value of the 'Ev Archive Criteria' containment reference.- Returns:
- the value of the 'Ev Archive Criteria' containment reference.
- See Also:
setEvArchiveCriteria(EventCriteria),PogoDslPackage.getAttribute_EvArchiveCriteria()
-
setEvArchiveCriteria
void setEvArchiveCriteria(EventCriteria value)
Sets the value of the 'Ev Archive Criteria' containment reference.- Parameters:
value- the new value of the 'Ev Archive Criteria' containment reference.- See Also:
getEvArchiveCriteria()
-
getEnumLabels
org.eclipse.emf.common.util.EList<java.lang.String> getEnumLabels()
Returns the value of the 'Enum Labels' attribute list. The list contents are of typeString.- Returns:
- the value of the 'Enum Labels' attribute list.
- See Also:
PogoDslPackage.getAttribute_EnumLabels()
-
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.getAttribute_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.getAttribute_WriteExcludedStates()
-
-