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

org.dmd.dmv.server.generated.dmw.CardinalityRuleDataIterableDMW 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.dmv.server.generated.dmw;

import java.util.Iterator;

import org.dmd.dmw.DmwContainerIterator;
import org.dmd.dmv.shared.generated.types.CardinalityRuleDataREF;
import org.dmd.dmv.server.generated.dmw.CardinalityRuleDataDMW;
/**
 * The CardinalityRuleDataIteratorDMW will cast from an underlying CardinalityRuleDataREF class to 
 * the associated wrapper class: CardinalityRuleDataDMW when accessing object references in a wrapper context.
 * 

* Generated from the dmv schema at version 0.1 *

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





© 2015 - 2024 Weber Informatics LLC | Privacy Policy