Interface SimpleDomainObject
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
BasicType
,CommandEvent
,DataTransferObject
,DomainEvent
,DomainObject
,Entity
,Enum
,Event
,Trait
,ValueObject
public interface SimpleDomainObject
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Simple Domain Object'.
The following features are supported:
- See Also:
- Model:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptiongetDoc()
Returns the value of the 'Doc' attribute.getHint()
Returns the value of the 'Hint' attribute.getName()
Returns the value of the 'Name' attribute.Returns the value of the 'Package' attribute.void
Sets the value of the 'Doc
' attribute.void
Sets the value of the 'Hint
' attribute.void
Sets the value of the 'Name
' attribute.void
setPackage
(String value) Sets the value of the 'Package
' 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
-
getDoc
String getDoc()Returns the value of the 'Doc' attribute.- Returns:
- the value of the 'Doc' attribute.
- See Also:
- Model:
- Generated:
-
setDoc
Sets the value of the 'Doc
' attribute.- Parameters:
value
- the new value of the 'Doc' attribute.- See Also:
- Generated:
-
getName
String getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
- Model:
- Generated:
-
setName
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
- Generated:
-
getPackage
String getPackage()Returns the value of the 'Package' attribute.- Returns:
- the value of the 'Package' attribute.
- See Also:
- Model:
- Generated:
-
setPackage
Sets the value of the 'Package
' attribute.- Parameters:
value
- the new value of the 'Package' attribute.- See Also:
- Generated:
-
getHint
String getHint()Returns the value of the 'Hint' attribute.- Returns:
- the value of the 'Hint' attribute.
- See Also:
- Model:
- Generated:
-
setHint
Sets the value of the 'Hint
' attribute.- Parameters:
value
- the new value of the 'Hint' attribute.- See Also:
- Generated:
-