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.EObjectA representation of the model object 'Package Scope Spec'.The following features are supported: - See Also:
- XdtoPackage.getPackageScopeSpec()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectTypegetObjectType()Returns the value of the 'Object Type' reference.PropertygetProperty()Returns the value of the 'Property' reference.TypegetType()Returns the value of the 'Type' reference.ValueTypegetValueType()Returns the value of the 'Value Type' reference.voidsetObjectType(ObjectType value)Sets the value of the 'Object Type' reference.voidsetProperty(Property value)Sets the value of the 'Property' reference.voidsetType(Type value)Sets the value of the 'Type' reference.voidsetValueType(ValueType value)Sets the value of the 'Value Type' reference.
 
- 
- 
- 
Method Detail- 
getPropertyProperty getProperty() Returns the value of the 'Property' reference.- Returns:
- the value of the 'Property' reference.
- See Also:
- setProperty(Property),- XdtoPackage.getPackageScopeSpec_Property()
 
 - 
setPropertyvoid setProperty(Property value) Sets the value of the 'Property' reference.- Parameters:
- value- the new value of the 'Property' reference.
- See Also:
- getProperty()
 
 - 
getTypeType getType() Returns the value of the 'Type' reference.- Returns:
- the value of the 'Type' reference.
- See Also:
- setType(Type),- XdtoPackage.getPackageScopeSpec_Type()
 
 - 
setTypevoid setType(Type value) Sets the value of the 'Type' reference.- Parameters:
- value- the new value of the 'Type' reference.
- See Also:
- getType()
 
 - 
getValueTypeValueType getValueType() Returns the value of the 'Value Type' reference.- Returns:
- the value of the 'Value Type' reference.
- See Also:
- setValueType(ValueType),- XdtoPackage.getPackageScopeSpec_ValueType()
 
 - 
setValueTypevoid setValueType(ValueType value) Sets the value of the 'Value Type' reference.- Parameters:
- value- the new value of the 'Value Type' reference.
- See Also:
- getValueType()
 
 - 
getObjectTypeObjectType getObjectType() Returns the value of the 'Object Type' reference.- Returns:
- the value of the 'Object Type' reference.
- See Also:
- setObjectType(ObjectType),- XdtoPackage.getPackageScopeSpec_ObjectType()
 
 - 
setObjectTypevoid setObjectType(ObjectType value) Sets the value of the 'Object Type' reference.- Parameters:
- value- the new value of the 'Object Type' reference.
- See Also:
- getObjectType()
 
 
- 
 
-