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.EObjectA representation of the model object 'Package'.The following features are supported:
- See Also:
XdtoPackage.getPackage()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<Import>getDependencies()Returns the value of the 'Dependencies' containment reference list.StringgetNsUri()Returns the value of the 'Ns Uri' attribute.org.eclipse.emf.common.util.EList<ObjectType>getObjects()Returns the value of the 'Objects' containment reference list.org.eclipse.emf.common.util.EList<Property>getProperties()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.booleanisAttributeFormQualified()Returns the value of the 'Attribute Form Qualified' attribute.booleanisElementFormQualified()Returns the value of the 'Element Form Qualified' attribute.booleanisSetAttributeFormQualified()Returns whether the value of the 'Attribute Form Qualified' attribute is set.booleanisSetElementFormQualified()Returns whether the value of the 'Element Form Qualified' attribute is set.voidsetAttributeFormQualified(boolean value)Sets the value of the 'Attribute Form Qualified' attribute.voidsetElementFormQualified(boolean value)Sets the value of the 'Element Form Qualified' attribute.voidsetNsUri(String value)Sets the value of the 'Ns Uri' attribute.voidunsetAttributeFormQualified()Unsets the value of the 'Attribute Form Qualified' attribute.voidunsetElementFormQualified()Unsets the value of the 'Element Form Qualified' attribute.
-
-
-
Method Detail
-
getNsUri
String getNsUri()
Returns the value of the 'Ns Uri' attribute.- Returns:
- the value of the 'Ns Uri' attribute.
- See Also:
setNsUri(String),XdtoPackage.getPackage_NsUri()
-
setNsUri
void setNsUri(String value)
Sets the value of the 'Ns Uri' attribute.- Parameters:
value- the new value of the 'Ns Uri' attribute.- See Also:
getNsUri()
-
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:
isSetElementFormQualified(),unsetElementFormQualified(),setElementFormQualified(boolean),XdtoPackage.getPackage_ElementFormQualified()
-
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:
isSetElementFormQualified(),unsetElementFormQualified(),isElementFormQualified()
-
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:
unsetElementFormQualified(),isElementFormQualified(),setElementFormQualified(boolean)
-
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:
isSetAttributeFormQualified(),unsetAttributeFormQualified(),setAttributeFormQualified(boolean),XdtoPackage.getPackage_AttributeFormQualified()
-
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:
isSetAttributeFormQualified(),unsetAttributeFormQualified(),isAttributeFormQualified()
-
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:
unsetAttributeFormQualified(),isAttributeFormQualified(),setAttributeFormQualified(boolean)
-
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:
XdtoPackage.getPackage_Types()
-
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:
XdtoPackage.getPackage_Objects()
-
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:
XdtoPackage.getPackage_Properties()
-
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:
XdtoPackage.getPackage_Dependencies()
-
-