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:
XdtoPackage.getPackageScopeSpec()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectType
getObjectType()
Returns the value of the 'Object Type' reference.Property
getProperty()
Returns the value of the 'Property' reference.Type
getType()
Returns the value of the 'Type' reference.ValueType
getValueType()
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
setType(Type value)
Sets the value of the 'Type
' reference.void
setValueType(ValueType value)
Sets the value of the 'Value Type
' reference.
-
-
-
Method Detail
-
getProperty
Property getProperty()
Returns the value of the 'Property' reference.- Returns:
- the value of the 'Property' reference.
- See Also:
setProperty(Property)
,XdtoPackage.getPackageScopeSpec_Property()
-
setProperty
void setProperty(Property value)
Sets the value of the 'Property
' reference.- Parameters:
value
- the new value of the 'Property' reference.- See Also:
getProperty()
-
getType
Type getType()
Returns the value of the 'Type' reference.- Returns:
- the value of the 'Type' reference.
- See Also:
setType(Type)
,XdtoPackage.getPackageScopeSpec_Type()
-
setType
void setType(Type value)
Sets the value of the 'Type
' reference.- Parameters:
value
- the new value of the 'Type' reference.- See Also:
getType()
-
getValueType
ValueType getValueType()
Returns the value of the 'Value Type' reference.- Returns:
- the value of the 'Value Type' reference.
- See Also:
setValueType(ValueType)
,XdtoPackage.getPackageScopeSpec_ValueType()
-
setValueType
void setValueType(ValueType value)
Sets the value of the 'Value Type
' reference.- Parameters:
value
- the new value of the 'Value Type' reference.- See Also:
getValueType()
-
getObjectType
ObjectType getObjectType()
Returns the value of the 'Object Type' reference.- Returns:
- the value of the 'Object Type' reference.
- See Also:
setObjectType(ObjectType)
,XdtoPackage.getPackageScopeSpec_ObjectType()
-
setObjectType
void setObjectType(ObjectType value)
Sets the value of the 'Object Type
' reference.- Parameters:
value
- the new value of the 'Object Type' reference.- See Also:
getObjectType()
-
-