Interface IVariable
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
Variable
public interface IVariable
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Variable'.
The following features are supported:
- See Also:
IDefinitionPackage.getVariable()
-
Method Summary
Modifier and Type Method 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.org.eclipse.core.runtime.IPath
getFullName()
Returns the value of the 'Full Name' attribute.String
getName()
org.eclipse.core.runtime.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(org.eclipse.core.runtime.IPath value)
Sets the value of the 'Full Name
' attribute.void
unsetEnumProviderID()
Unsets the value of the 'Enum Provider ID
' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getFullName
org.eclipse.core.runtime.IPath getFullName()Returns the value of the 'Full Name' attribute.If the meaning of the 'Full Name' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Full Name' attribute.
- See Also:
setFullName(IPath)
,IDefinitionPackage.getVariable_FullName()
-
setFullName
void setFullName(org.eclipse.core.runtime.IPath value)Sets the value of the 'Full Name
' attribute.- Parameters:
value
- the new value of the 'Full Name' attribute.- See Also:
getFullName()
-
getName
String getName()If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
-
getContent
String getContent()Returns the value of the 'Content' attribute. The default value is""
.If the meaning of the 'Content' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Content' attribute.
- See Also:
setContent(String)
,IDefinitionPackage.getVariable_Content()
-
setContent
Sets the value of the 'Content
' attribute.- Parameters:
value
- the new value of the 'Content' attribute.- See Also:
getContent()
-
getDescription
String getDescription()Returns the value of the 'Description' attribute. The default value is""
.If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Description' attribute.
- See Also:
setDescription(String)
,IDefinitionPackage.getVariable_Description()
-
setDescription
Sets the value of the 'Description
' attribute.- Parameters:
value
- the new value of the 'Description' attribute.- See Also:
getDescription()
-
getEnumProviderID
String getEnumProviderID()Returns the value of the 'Enum Provider ID' attribute.If the meaning of the 'Enum Provider ID' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Enum Provider ID' attribute.
- See Also:
isSetEnumProviderID()
,unsetEnumProviderID()
,setEnumProviderID(String)
,IDefinitionPackage.getVariable_EnumProviderID()
-
setEnumProviderID
Sets the value of the 'Enum Provider ID
' attribute.- Parameters:
value
- the new value of the 'Enum Provider ID' attribute.- See Also:
isSetEnumProviderID()
,unsetEnumProviderID()
,getEnumProviderID()
-
unsetEnumProviderID
void unsetEnumProviderID()Unsets the value of the 'Enum Provider ID
' attribute. -
isSetEnumProviderID
boolean isSetEnumProviderID()Returns whether the value of the 'Enum Provider ID
' attribute is set.- Returns:
- whether the value of the 'Enum Provider ID' attribute is set.
- See Also:
unsetEnumProviderID()
,getEnumProviderID()
,setEnumProviderID(String)
-
getPath
org.eclipse.core.runtime.IPath getPath()If the meaning of the 'Path' attribute isn't clear, there really should be more of a description here...
-