Interface DebugAreaDSPairInfo
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DebugAreaDSPairInfoImpl
public interface DebugAreaDSPairInfo extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Debug Area DS Pair Info'.The following features are supported:
- See Also:
AreaPackage.getDebugAreaDSPairInfo()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Returns the value of the 'Name' attribute.BooleangetUse()Returns the value of the 'Use' attribute.org.eclipse.emf.ecore.EObjectgetValue()Returns the value of the 'Value' containment reference.booleanisSetUse()Returns whether the value of the 'Use' attribute is set.voidsetName(String value)Sets the value of the 'Name' attribute.voidsetUse(Boolean value)Sets the value of the 'Use' attribute.voidsetValue(org.eclipse.emf.ecore.EObject value)Sets the value of the 'Value' containment reference.voidunsetUse()Unsets the value of the 'Use' attribute.
-
-
-
Method Detail
-
getName
String getName()
Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String),AreaPackage.getDebugAreaDSPairInfo_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()
-
getValue
org.eclipse.emf.ecore.EObject getValue()
Returns the value of the 'Value' containment reference.- Returns:
- the value of the 'Value' containment reference.
- See Also:
setValue(EObject),AreaPackage.getDebugAreaDSPairInfo_Value()
-
setValue
void setValue(org.eclipse.emf.ecore.EObject value)
Sets the value of the 'Value' containment reference.- Parameters:
value- the new value of the 'Value' containment reference.- See Also:
getValue()
-
getUse
Boolean getUse()
Returns the value of the 'Use' attribute.- Returns:
- the value of the 'Use' attribute.
- See Also:
isSetUse(),unsetUse(),setUse(Boolean),AreaPackage.getDebugAreaDSPairInfo_Use()
-
setUse
void setUse(Boolean value)
Sets the value of the 'Use' attribute.- Parameters:
value- the new value of the 'Use' attribute.- See Also:
isSetUse(),unsetUse(),getUse()
-
unsetUse
void unsetUse()
Unsets the value of the 'Use' attribute.- See Also:
isSetUse(),getUse(),setUse(Boolean)
-
isSetUse
boolean isSetUse()
Returns whether the value of the 'Use' attribute is set.- Returns:
- whether the value of the 'Use' attribute is set.
- See Also:
unsetUse(),getUse(),setUse(Boolean)
-
-