java.lang.Object
org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEStoreEObjectImpl
org.eclipse.emf.internal.cdo.CDOObjectImpl
de.uka.ipd.sdq.identifier.impl.IdentifierImpl
org.palladiosimulator.pcm.core.entity.impl.EntityImpl
org.palladiosimulator.pcm.repository.impl.CollectionDataTypeImpl
org.palladiosimulator.editors.commons.dialogs.datatype.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.PCMBaseClass, org.palladiosimulator.pcm.PCMClass, org.palladiosimulator.pcm.repository.CollectionDataType, org.palladiosimulator.pcm.repository.DataType

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

    • DataTypeContainer

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

    • 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