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

org.dmd.concinnity.server.generated.dmw.ConcinnityDefinitionIterableDMW 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.concinnity.server.generated.dmw;

import java.util.Iterator;

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

* Generated from the dmconcinnity 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 ConcinnityDefinitionIterableDMW extends DmwContainerIterator { public final static ConcinnityDefinitionIterableDMW emptyList = new ConcinnityDefinitionIterableDMW(); protected ConcinnityDefinitionIterableDMW(){ super(); } public ConcinnityDefinitionIterableDMW(Iterator it){ super(it); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy