Interface ObjectType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, Type
All Known Implementing Classes:
ObjectTypeImpl

public interface ObjectType extends Type
A representation of the model object 'Object Type'.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    org.eclipse.emf.common.util.EList<Property>
    Returns the value of the 'Properties' containment reference list.
    boolean
    Returns the value of the 'Abstract' attribute.
    boolean
    Returns the value of the 'Mixed' attribute.
    boolean
    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