Class JseStubCollectionDataType


  • public class JseStubCollectionDataType
    extends XCollectionDataType
    A Collection Data Type translates into the following Java compilation units:
    • a dedicated data type class.
    • Constructor Detail

      • JseStubCollectionDataType

        public JseStubCollectionDataType()
    • Method Detail

      • generate

        public void generate()
        Description copied from class: PcmRepresentative
        Generate the files needed for this entity. Nothing is generated in the default case.
        Overrides:
        generate in class PcmRepresentative<org.palladiosimulator.pcm.repository.CollectionDataType>