Interface ValueListItem
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,Value
- All Known Implementing Classes:
ValueListItemImpl
A representation of the model object 'Value List Item'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionint
getCheck()
Returns the value of the 'Check' attribute.Returns the value of the 'Class Id' attribute.Returns the value of the 'Formatted Title' attribute.int
getId()
Returns the value of the 'Id' attribute.Returns the value of the 'Picture Content' attribute.getTitle()
Returns the value of the 'Title' attribute.getValue()
Returns the value of the 'Value' reference.boolean
Returns the value of the 'Formatted Title Specified' attribute.void
setCheck
(int value) Sets the value of the 'Check
' attribute.void
setClassId
(UUID value) Sets the value of the 'Class Id
' attribute.void
setFormattedTitle
(String value) Sets the value of the 'Formatted Title
' attribute.void
setFormattedTitleSpecified
(boolean value) Sets the value of the 'Formatted Title Specified
' attribute.void
setId
(int value) Sets the value of the 'Id
' attribute.void
setPictureContent
(String value) Sets the value of the 'Picture Content
' attribute.void
Sets the value of the 'Title
' attribute.void
Sets the value of the 'Value
' reference.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
-
getId
int getId()Returns the value of the 'Id' attribute.- Returns:
- the value of the 'Id' attribute.
- See Also:
-
setId
void setId(int value) Sets the value of the 'Id
' attribute.- Parameters:
value
- the new value of the 'Id' attribute.- See Also:
-
getCheck
int getCheck()Returns the value of the 'Check' attribute.- Returns:
- the value of the 'Check' attribute.
- See Also:
-
setCheck
void setCheck(int value) Sets the value of the 'Check
' attribute.- Parameters:
value
- the new value of the 'Check' attribute.- See Also:
-
getClassId
UUID getClassId()Returns the value of the 'Class Id' attribute.- Returns:
- the value of the 'Class Id' attribute.
- See Also:
-
setClassId
Sets the value of the 'Class Id
' attribute.- Parameters:
value
- the new value of the 'Class Id' attribute.- See Also:
-
getTitle
String getTitle()Returns the value of the 'Title' attribute.- Returns:
- the value of the 'Title' attribute.
- See Also:
-
setTitle
Sets the value of the 'Title
' attribute.- Parameters:
value
- the new value of the 'Title' attribute.- See Also:
-
getPictureContent
String getPictureContent()Returns the value of the 'Picture Content' attribute.- Returns:
- the value of the 'Picture Content' attribute.
- See Also:
-
setPictureContent
Sets the value of the 'Picture Content
' attribute.- Parameters:
value
- the new value of the 'Picture Content' attribute.- See Also:
-
getFormattedTitle
String getFormattedTitle()Returns the value of the 'Formatted Title' attribute.- Returns:
- the value of the 'Formatted Title' attribute.
- See Also:
-
setFormattedTitle
Sets the value of the 'Formatted Title
' attribute.- Parameters:
value
- the new value of the 'Formatted Title' attribute.- See Also:
-
isFormattedTitleSpecified
boolean isFormattedTitleSpecified()Returns the value of the 'Formatted Title Specified' attribute.- Returns:
- the value of the 'Formatted Title Specified' attribute.
- See Also:
-
setFormattedTitleSpecified
void setFormattedTitleSpecified(boolean value) Sets the value of the 'Formatted Title Specified
' attribute.- Parameters:
value
- the new value of the 'Formatted Title Specified' attribute.- See Also:
-
getValue
Value getValue()Returns the value of the 'Value' reference.- Returns:
- the value of the 'Value' reference.
- See Also:
-
setValue
Sets the value of the 'Value
' reference.- Parameters:
value
- the new value of the 'Value' reference.- See Also:
-