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

com.connectifex.polymer.mdl.server.generated.dmw.SchemaTypeEnumIterableDMW Maven / Gradle / Ivy

// Copyright 2020 connectifex
// 
//    Licensed under the Apache License, Version 2.0 (the "License");
//    you may not use this file except in compliance with the License.
//    You may obtain a copy of the License at
// 
//      http://www.apache.org/licenses/LICENSE-2.0
// 
//    Unless required by applicable law or agreed to in writing, software
//    distributed under the License is distributed on an "AS IS" BASIS,
//    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
//    See the License for the specific language governing permissions and
//    limitations under the License.
//
package com.connectifex.polymer.mdl.server.generated.dmw;

// Generated from: org.dmd.util.codegen.ImportManager.getFormattedImports(ImportManager.java:82)
// Called from: org.dmd.dms.util.GenUtility.dumpIterable(GenUtility.java:1931)
import com.connectifex.polymer.mdl.shared.generated.enums.SchemaTypeEnum;         // This is the type we're iterating - (GenUtility.java:1928)
import java.util.Iterator;                                                        // Beacuse we're iterating - (GenUtility.java:1924)
import org.dmd.dmw.DmwMVIterator;                                                 // The base multi-value iterator - (GenUtility.java:1925)


/**
 * The SchemaTypeEnumIterableDMW wraps an Iterator for a particular type and makes 
 * it Iterable.
 * 

* This code was auto-generated and shouldn't be altered manually! * Generated from: org.dmd.dms.util.GenUtility.dumpIterable(GenUtility.java:1947) * Called from: org.dmd.dmg.generators.DMWGenerator.createTypeIterables(DMWGenerator.java:124) */ public class SchemaTypeEnumIterableDMW extends DmwMVIterator { public final static SchemaTypeEnumIterableDMW emptyList = new SchemaTypeEnumIterableDMW(); protected SchemaTypeEnumIterableDMW(){ super(); } public SchemaTypeEnumIterableDMW(Iterator it){ super(it); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy