Interface DebugAreaUserInfo
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DebugAreaUserInfoImpl
public interface DebugAreaUserInfo extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Debug Area User Info'.The following features are supported:
- See Also:
AreaPackage.getDebugAreaUserInfo()
-
-
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.booleanisSetName()Returns whether the value of the 'Name' attribute is set.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.voidunsetName()Unsets the value of the 'Name' attribute.voidunsetUse()Unsets the value of the 'Use' attribute.
-
-
-
Method Detail
-
getName
String getName()
Returns the value of the 'Name' attribute. The default value is"".- Returns:
- the value of the 'Name' attribute.
- See Also:
isSetName(),unsetName(),setName(String),AreaPackage.getDebugAreaUserInfo_Name()
-
setName
void setName(String value)
Sets the value of the 'Name' attribute.- Parameters:
value- the new value of the 'Name' attribute.- See Also:
isSetName(),unsetName(),getName()
-
unsetName
void unsetName()
Unsets the value of the 'Name' attribute.- See Also:
isSetName(),getName(),setName(String)
-
isSetName
boolean isSetName()
Returns whether the value of the 'Name' attribute is set.- Returns:
- whether the value of the 'Name' attribute is set.
- See Also:
unsetName(),getName(),setName(String)
-
getUse
Boolean getUse()
Returns the value of the 'Use' attribute. The default value is"false".- Returns:
- the value of the 'Use' attribute.
- See Also:
isSetUse(),unsetUse(),setUse(Boolean),AreaPackage.getDebugAreaUserInfo_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)
-
-