Class DataTypeContainer

  • All Implemented Interfaces:
    de.uka.ipd.sdq.identifier.Identifier, org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, org.eclipse.emf.cdo.common.model.CDOPackageTypeRegistry.CDOObjectMarker, Notifier, EObject, EStructuralFeature.Internal.DynamicValueHolder, InternalEObject, org.eclipse.emf.spi.cdo.InternalCDOLoadable, org.eclipse.emf.spi.cdo.InternalCDOObject, org.palladiosimulator.pcm.core.entity.Entity, org.palladiosimulator.pcm.core.entity.NamedElement, org.palladiosimulator.pcm.repository.CollectionDataType, org.palladiosimulator.pcm.repository.DataType

    public class DataTypeContainer
    extends org.palladiosimulator.pcm.repository.impl.CollectionDataTypeImpl
    The Class DataTypeContainer.
    • Constructor Detail

      • DataTypeContainer

        public DataTypeContainer​(Object object,
                                 Object parent)
        Instantiates a new data type container.
        Parameters:
        object - the object
        parent - the parent
    • Method Detail

      • getParent

        public Object getParent()
        Gets the parent.
        Returns:
        the parent
      • setParent

        public void setParent​(Object parent)
        Sets the parent.
        Parameters:
        parent - the new parent
      • getObject

        public Object getObject()
        Gets the object.
        Returns:
        the object
      • setObject

        public void setObject​(Object object)
        Sets the object.
        Parameters:
        object - the new object