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