Interface PredefinedItem
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
CatalogPredefinedItem
,ChartOfAccountsPredefinedItem
,ChartOfCalculationTypesPredefinedItem
,ChartOfCharacteristicTypesPredefinedItem
- All Known Implementing Classes:
CatalogPredefinedItemImpl
,ChartOfAccountsPredefinedItemImpl
,ChartOfCalculationTypesPredefinedItemImpl
,ChartOfCharacteristicTypesPredefinedItemImpl
,PredefinedItemImpl
public interface PredefinedItem
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Predefined Item'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Description' attribute.Returns the value of the 'Extension' containment reference.getId()
Returns the value of the 'Id' attribute.getName()
Returns the value of the 'Name' attribute.void
setDescription
(String value) Sets the value of the 'Description
' attribute.void
setExtension
(ObjectExtension value) Sets the value of the 'Extension
' containment reference.void
Sets the value of the 'Id
' attribute.void
Sets the value of the 'Name
' attribute.boolean
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
UUID getId()Returns the value of the 'Id' attribute.- Returns:
- the value of the 'Id' attribute.
- See Also:
-
setId
Sets the value of the 'Id
' attribute.- Parameters:
value
- the new value of the 'Id' attribute.- See Also:
-
getName
String getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
-
setName
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
-
getDescription
String getDescription()Returns the value of the 'Description' attribute.- Returns:
- the value of the 'Description' attribute.
- See Also:
-
setDescription
Sets the value of the 'Description
' attribute.- Parameters:
value
- the new value of the 'Description' attribute.- See Also:
-
getExtension
ObjectExtension getExtension()Returns the value of the 'Extension' containment reference.- Returns:
- the value of the 'Extension' containment reference.
- See Also:
-
setExtension
Sets the value of the 'Extension
' containment reference.- Parameters:
value
- the new value of the 'Extension' containment reference.- See Also:
-
validate
boolean validate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)
-