Package com._1c.g5.v8.dt.xdto.model
Interface Package
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
PackageImpl
public interface Package
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Package'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Import>
Returns the value of the 'Dependencies' containment reference list.getNsUri()
Returns the value of the 'Ns Uri' attribute.org.eclipse.emf.common.util.EList<ObjectType>
Returns the value of the 'Objects' containment reference list.org.eclipse.emf.common.util.EList<Property>
Returns the value of the 'Properties' containment reference list.org.eclipse.emf.common.util.EList<ValueType>
getTypes()
Returns the value of the 'Types' containment reference list.boolean
Returns the value of the 'Attribute Form Qualified' attribute.boolean
Returns the value of the 'Element Form Qualified' attribute.boolean
Returns whether the value of the 'Attribute Form Qualified
' attribute is set.boolean
Returns whether the value of the 'Element Form Qualified
' attribute is set.void
setAttributeFormQualified
(boolean value) Sets the value of the 'Attribute Form Qualified
' attribute.void
setElementFormQualified
(boolean value) Sets the value of the 'Element Form Qualified
' attribute.void
Sets the value of the 'Ns Uri
' attribute.void
Unsets the value of the 'Attribute Form Qualified
' attribute.void
Unsets the value of the 'Element Form Qualified
' 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
-
getNsUri
String getNsUri()Returns the value of the 'Ns Uri' attribute.- Returns:
- the value of the 'Ns Uri' attribute.
- See Also:
-
setNsUri
Sets the value of the 'Ns Uri
' attribute.- Parameters:
value
- the new value of the 'Ns Uri' attribute.- See Also:
-
isElementFormQualified
boolean isElementFormQualified()Returns the value of the 'Element Form Qualified' attribute. The default value is"true"
.- Returns:
- the value of the 'Element Form Qualified' attribute.
- See Also:
-
setElementFormQualified
void setElementFormQualified(boolean value) Sets the value of the 'Element Form Qualified
' attribute.- Parameters:
value
- the new value of the 'Element Form Qualified' attribute.- See Also:
-
unsetElementFormQualified
void unsetElementFormQualified()Unsets the value of the 'Element Form Qualified
' attribute. -
isSetElementFormQualified
boolean isSetElementFormQualified()Returns whether the value of the 'Element Form Qualified
' attribute is set.- Returns:
- whether the value of the 'Element Form Qualified' attribute is set.
- See Also:
-
isAttributeFormQualified
boolean isAttributeFormQualified()Returns the value of the 'Attribute Form Qualified' attribute. The default value is"false"
.- Returns:
- the value of the 'Attribute Form Qualified' attribute.
- See Also:
-
setAttributeFormQualified
void setAttributeFormQualified(boolean value) Sets the value of the 'Attribute Form Qualified
' attribute.- Parameters:
value
- the new value of the 'Attribute Form Qualified' attribute.- See Also:
-
unsetAttributeFormQualified
void unsetAttributeFormQualified()Unsets the value of the 'Attribute Form Qualified
' attribute. -
isSetAttributeFormQualified
boolean isSetAttributeFormQualified()Returns whether the value of the 'Attribute Form Qualified
' attribute is set.- Returns:
- whether the value of the 'Attribute Form Qualified' attribute is set.
- See Also:
-
getTypes
org.eclipse.emf.common.util.EList<ValueType> getTypes()Returns the value of the 'Types' containment reference list. The list contents are of typeValueType
.- Returns:
- the value of the 'Types' containment reference list.
- See Also:
-
getObjects
org.eclipse.emf.common.util.EList<ObjectType> getObjects()Returns the value of the 'Objects' containment reference list. The list contents are of typeObjectType
.- Returns:
- the value of the 'Objects' containment reference list.
- See Also:
-
getProperties
org.eclipse.emf.common.util.EList<Property> getProperties()Returns the value of the 'Properties' containment reference list. The list contents are of typeProperty
.- Returns:
- the value of the 'Properties' containment reference list.
- See Also:
-
getDependencies
org.eclipse.emf.common.util.EList<Import> getDependencies()Returns the value of the 'Dependencies' containment reference list. The list contents are of typeImport
.- Returns:
- the value of the 'Dependencies' containment reference list.
- See Also:
-