All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.dmd.templates.server.generated.dmw.ContainedElementIterableDMW Maven / Gradle / Ivy

Go to download

The dark-matter project provides mechanism to define concepts associated with Domain Specific Languages (DSLs) and generate code that can be extended with business logic that supports the given DSL purpose.

There is a newer version: 3.1.15
Show newest version
package org.dmd.templates.server.generated.dmw;

import java.util.Iterator;

import org.dmd.dmw.DmwContainerIterator;
import org.dmd.templates.shared.generated.types.ContainedElementREF;
import org.dmd.templates.server.extended.ContainedElement;
/**
 * The ContainedElementIteratorDMW will cast from an underlying ContainedElementREF class to 
 * the associated wrapper class: ContainedElement when accessing object references in a wrapper context.
 * 

* Generated from the dmtdl schema at version unknown *

* This code was auto-generated by the dmggenerator utility and shouldn't be altered manually! * Generated from: org.dmd.dmg.generators.BaseDMWGenerator.dumpIterable(BaseDMWGenerator.java:323) */ public class ContainedElementIterableDMW extends DmwContainerIterator { public final static ContainedElementIterableDMW emptyList = new ContainedElementIterableDMW(); protected ContainedElementIterableDMW(){ super(); } public ContainedElementIterableDMW(Iterator it){ super(it); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy