Package com._1c.g5.v8.dt.xdto.model
Interface PackageScopeSpec
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
PackageScopeSpecImpl
public interface PackageScopeSpec
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Package Scope Spec'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Object Type' reference.Returns the value of the 'Property' reference.getType()
Returns the value of the 'Type' reference.Returns the value of the 'Value Type' reference.void
setObjectType
(ObjectType value) Sets the value of the 'Object Type
' reference.void
setProperty
(Property value) Sets the value of the 'Property
' reference.void
Sets the value of the 'Type
' reference.void
setValueType
(ValueType value) Sets the value of the 'Value Type
' 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
-
getProperty
Property getProperty()Returns the value of the 'Property' reference.- Returns:
- the value of the 'Property' reference.
- See Also:
-
setProperty
Sets the value of the 'Property
' reference.- Parameters:
value
- the new value of the 'Property' reference.- See Also:
-
getType
Type getType()Returns the value of the 'Type' reference.- Returns:
- the value of the 'Type' reference.
- See Also:
-
setType
Sets the value of the 'Type
' reference.- Parameters:
value
- the new value of the 'Type' reference.- See Also:
-
getValueType
ValueType getValueType()Returns the value of the 'Value Type' reference.- Returns:
- the value of the 'Value Type' reference.
- See Also:
-
setValueType
Sets the value of the 'Value Type
' reference.- Parameters:
value
- the new value of the 'Value Type' reference.- See Also:
-
getObjectType
ObjectType getObjectType()Returns the value of the 'Object Type' reference.- Returns:
- the value of the 'Object Type' reference.
- See Also:
-
setObjectType
Sets the value of the 'Object Type
' reference.- Parameters:
value
- the new value of the 'Object Type' reference.- See Also:
-