Package iip.datatypes

Class SubmodelElementListImpl

java.lang.Object
iip.datatypes.SubmodelElementListImpl
All Implemented Interfaces:
SubmodelElementList

public class SubmodelElementListImpl extends Object implements SubmodelElementList
Implementation of the application data type SubmodelElementList. Generated by: EASy-Producer.
  • Constructor Details

    • SubmodelElementListImpl

      public SubmodelElementListImpl()
      Default constructor. Fields are pre-allocated with default Java values.
    • SubmodelElementListImpl

      public SubmodelElementListImpl(SubmodelElementList from)
      Copy constructor.
      Parameters:
      from - the instance to copy the values from
  • Method Details