Package com._1c.g5.v8.dt.xdto.model
Interface ObjectType
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,Type
- All Known Implementing Classes:
ObjectTypeImpl
A representation of the model object 'Object Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Property>
Returns the value of the 'Properties' containment reference list.boolean
Returns the value of the 'Abstract' attribute.boolean
isMixed()
Returns the value of the 'Mixed' attribute.boolean
isOpen()
Returns the value of the 'Open' attribute.boolean
Returns the value of the 'Ordered' attribute.boolean
Returns the value of the 'Sequenced' attribute.boolean
Returns whether the value of the 'Abstract
' attribute is set.boolean
Returns whether the value of the 'Mixed
' attribute is set.boolean
Returns whether the value of the 'Open
' attribute is set.boolean
Returns whether the value of the 'Ordered
' attribute is set.boolean
Returns whether the value of the 'Sequenced
' attribute is set.void
setAbstract
(boolean value) Sets the value of the 'Abstract
' attribute.void
setMixed
(boolean value) Sets the value of the 'Mixed
' attribute.void
setOpen
(boolean value) Sets the value of the 'Open
' attribute.void
setOrdered
(boolean value) Sets the value of the 'Ordered
' attribute.void
setSequenced
(boolean value) Sets the value of the 'Sequenced
' attribute.void
Unsets the value of the 'Abstract
' attribute.void
Unsets the value of the 'Mixed
' attribute.void
Unsets the value of the 'Open
' attribute.void
Unsets the value of the 'Ordered
' attribute.void
Unsets the value of the 'Sequenced
' 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
Methods inherited from interface com._1c.g5.v8.dt.xdto.model.Type
getBaseType, getName, setBaseType, setName
-
Method Details
-
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:
-
isOpen
boolean isOpen()Returns the value of the 'Open' attribute. The default value is"false"
.- Returns:
- the value of the 'Open' attribute.
- See Also:
-
setOpen
void setOpen(boolean value) Sets the value of the 'Open
' attribute.- Parameters:
value
- the new value of the 'Open' attribute.- See Also:
-
unsetOpen
void unsetOpen()Unsets the value of the 'Open
' attribute.- See Also:
-
isSetOpen
boolean isSetOpen()Returns whether the value of the 'Open
' attribute is set.- Returns:
- whether the value of the 'Open' attribute is set.
- See Also:
-
isAbstract
boolean isAbstract()Returns the value of the 'Abstract' attribute. The default value is"false"
.- Returns:
- the value of the 'Abstract' attribute.
- See Also:
-
setAbstract
void setAbstract(boolean value) Sets the value of the 'Abstract
' attribute.- Parameters:
value
- the new value of the 'Abstract' attribute.- See Also:
-
unsetAbstract
void unsetAbstract()Unsets the value of the 'Abstract
' attribute.- See Also:
-
isSetAbstract
boolean isSetAbstract()Returns whether the value of the 'Abstract
' attribute is set.- Returns:
- whether the value of the 'Abstract' attribute is set.
- See Also:
-
isMixed
boolean isMixed()Returns the value of the 'Mixed' attribute. The default value is"false"
.- Returns:
- the value of the 'Mixed' attribute.
- See Also:
-
setMixed
void setMixed(boolean value) Sets the value of the 'Mixed
' attribute.- Parameters:
value
- the new value of the 'Mixed' attribute.- See Also:
-
unsetMixed
void unsetMixed()Unsets the value of the 'Mixed
' attribute.- See Also:
-
isSetMixed
boolean isSetMixed()Returns whether the value of the 'Mixed
' attribute is set.- Returns:
- whether the value of the 'Mixed' attribute is set.
- See Also:
-
isOrdered
boolean isOrdered()Returns the value of the 'Ordered' attribute. The default value is"true"
.- Returns:
- the value of the 'Ordered' attribute.
- See Also:
-
setOrdered
void setOrdered(boolean value) Sets the value of the 'Ordered
' attribute.- Parameters:
value
- the new value of the 'Ordered' attribute.- See Also:
-
unsetOrdered
void unsetOrdered()Unsets the value of the 'Ordered
' attribute.- See Also:
-
isSetOrdered
boolean isSetOrdered()Returns whether the value of the 'Ordered
' attribute is set.- Returns:
- whether the value of the 'Ordered' attribute is set.
- See Also:
-
isSequenced
boolean isSequenced()Returns the value of the 'Sequenced' attribute. The default value is"false"
.- Returns:
- the value of the 'Sequenced' attribute.
- See Also:
-
setSequenced
void setSequenced(boolean value) Sets the value of the 'Sequenced
' attribute.- Parameters:
value
- the new value of the 'Sequenced' attribute.- See Also:
-
unsetSequenced
void unsetSequenced()Unsets the value of the 'Sequenced
' attribute. -
isSetSequenced
boolean isSetSequenced()Returns whether the value of the 'Sequenced
' attribute is set.- Returns:
- whether the value of the 'Sequenced' attribute is set.
- See Also:
-