public interface IVariable
extends org.eclipse.emf.ecore.EObject
The following features are supported:
IDefinitionPackage.getVariable()
Modifier and Type | Method and Description |
---|---|
String |
getContent()
Returns the value of the 'Content' attribute.
|
String |
getDescription()
Returns the value of the 'Description' attribute.
|
String |
getEnumProviderID()
Returns the value of the 'Enum Provider ID' attribute.
|
IPath |
getFullName()
Returns the value of the 'Full Name' attribute.
|
String |
getName() |
IPath |
getPath() |
boolean |
isSetEnumProviderID()
Returns whether the value of the '
Enum Provider ID ' attribute is
set. |
void |
setContent(String value)
Sets the value of the '
Content ' attribute. |
void |
setDescription(String value)
Sets the value of the '
Description ' attribute. |
void |
setEnumProviderID(String value)
Sets the value of the '
Enum Provider ID ' attribute. |
void |
setFullName(IPath value)
Sets the value of the '
Full Name ' attribute. |
void |
unsetEnumProviderID()
Unsets the value of the '
Enum Provider ID ' attribute. |
IPath getFullName()
If the meaning of the 'Full Name' attribute isn't clear, there really should be more of a description here...
setFullName(IPath)
,
IDefinitionPackage.getVariable_FullName()
void setFullName(IPath value)
Full Name
' attribute.
value
- the new value of the 'Full Name' attribute.getFullName()
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
String getContent()
""
.
If the meaning of the 'Content' attribute isn't clear, there really should be more of a description here...
setContent(String)
,
IDefinitionPackage.getVariable_Content()
void setContent(String value)
Content
' attribute. value
- the new value of the 'Content' attribute.getContent()
String getDescription()
""
.
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String)
,
IDefinitionPackage.getVariable_Description()
void setDescription(String value)
Description
' attribute. value
- the new value of the 'Description' attribute.getDescription()
String getEnumProviderID()
If the meaning of the 'Enum Provider ID' attribute isn't clear, there really should be more of a description here...
isSetEnumProviderID()
,
unsetEnumProviderID()
,
setEnumProviderID(String)
,
IDefinitionPackage.getVariable_EnumProviderID()
void setEnumProviderID(String value)
Enum Provider ID
' attribute. value
- the new value of the 'Enum Provider ID' attribute.isSetEnumProviderID()
,
unsetEnumProviderID()
,
getEnumProviderID()
void unsetEnumProviderID()
Enum Provider ID
' attribute. boolean isSetEnumProviderID()
Enum Provider ID
' attribute is
set. unsetEnumProviderID()
,
getEnumProviderID()
,
setEnumProviderID(String)
IPath getPath()
If the meaning of the 'Path' attribute isn't clear, there really should be more of a description here...