Class JseStubCompositeDataType


  • public class JseStubCompositeDataType
    extends XCompositeDataType
    A Composite Data Type translates into the following Java compilation units:
    • a dedicated data type class.
    • Constructor Detail

      • JseStubCompositeDataType

        public JseStubCompositeDataType()
    • 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.CompositeDataType>