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

org.dmd.dms.generated.dmw.RuleCategoryIterableDMW 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
//	---------------------------------------------------------------------------
//	dark-matter-data
//	Copyright (c) 2012-2021 dark-matter-data committers
//	---------------------------------------------------------------------------
//	This program is free software; you can redistribute it and/or modify it
//	under the terms of the GNU Lesser General Public License as published by the
//	Free Software Foundation; either version 3 of the License, or (at your
//	option) any later version.
//	This program is distributed in the hope that it will be useful, but WITHOUT
//	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
//	FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
//	more details.
//	You should have received a copy of the GNU Lesser General Public License along
//	with this program; if not, see .
//	---------------------------------------------------------------------------
package org.dmd.dms.generated.dmw;

// Generated from: org.dmd.util.codegen.ImportManager.getFormattedImports(ImportManager.java:82)
// Called from: org.dmd.dms.util.GenUtility.dumpIterableREF(GenUtility.java:2074)
import java.util.Iterator;                                  // Because we're iterating! - (GenUtility.java:2056)
import org.dmd.dms.RuleCategory;                            // Because RuleCategory uses extended wrappers - (GenUtility.java:2065)
import org.dmd.dms.generated.types.RuleCategoryREF;         // To access our reference type - (GenUtility.java:2058)
import org.dmd.dmw.DmwContainerIterator;                    // Because we're extending the parameterized class - (GenUtility.java:2057)


/**
 * The RuleCategoryIteratorDMW will cast from an underlying RuleCategoryREF class to 
 * the associated wrapper class: RuleCategory when accessing object references in a wrapper context.
 * 

* This code was auto-generated by the dmggenerator utility and shouldn't be altered manually! * Generated from: org.dmd.dms.util.GenUtility.dumpIterableREF(GenUtility.java:2081) */ public class RuleCategoryIterableDMW extends DmwContainerIterator { public final static RuleCategoryIterableDMW emptyList = new RuleCategoryIterableDMW(); protected RuleCategoryIterableDMW(){ super(); } public RuleCategoryIterableDMW(Iterator it){ super(it); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy