Package com._1c.g5.v8.dt.xdto.type.model
Interface XdtoType
- All Superinterfaces:
DuallyNamedElement
,Environmental
,org.eclipse.emf.ecore.EObject
,NamedElement
,org.eclipse.emf.common.notify.Notifier
,Type
,TypeItem
,VersionedItem
- All Known Subinterfaces:
XdtoProxyType
,XdtoRealType
- All Known Implementing Classes:
XdtoProxyTypeImpl
,XdtoRealTypeImpl
,XdtoTypeImpl
A representation of the model object 'Xdto Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetNsUri()
Returns the value of the 'Ns Uri' attribute.Returns the value of the 'Xdto Type Name' attribute.void
Sets the value of the 'Ns Uri
' attribute.void
setXdtoTypeName
(String value) Sets the value of the 'Xdto Type Name
' attribute.Methods inherited from interface com._1c.g5.v8.dt.mcore.DuallyNamedElement
getNameRu, setNameRu
Methods inherited from interface com._1c.g5.v8.dt.mcore.Environmental
environments, getEnvironments, setEnvironments
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 com._1c.g5.v8.dt.mcore.NamedElement
getName, setName
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface com._1c.g5.v8.dt.mcore.Type
allEvents, getCollectionElementTypes, getContextDef, getCtors, getEvents, getParentType, isCreatedByNewOperator, isExchangeWithServer, isIndexAccessible, isIterable, isSysEnum, setCollectionElementTypes, setContextDef, setCreatedByNewOperator, setExchangeWithServer, setIndexAccessible, setIterable, setParentType, setSysEnum
Methods inherited from interface com._1c.g5.v8.dt.mcore.TypeItem
getCompositeId, setCompositeId
Methods inherited from interface com._1c.g5.v8.dt.mcore.VersionedItem
getCompatibilityMode, getDeprecatedSince, getReplacedBy, setCompatibilityMode, setDeprecatedSince
-
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:
-
getXdtoTypeName
String getXdtoTypeName()Returns the value of the 'Xdto Type Name' attribute.- Returns:
- the value of the 'Xdto Type Name' attribute.
- See Also:
-
setXdtoTypeName
Sets the value of the 'Xdto Type Name
' attribute.- Parameters:
value
- the new value of the 'Xdto Type Name' attribute.- See Also:
-