org.jvnet.hyperjaxb3.item.MixedItemList Maven / Gradle / Ivy
package org.jvnet.hyperjaxb3.item;
import java.util.List;
public interface MixedItemList> extends
List {
public ItemType create(ListType item);
public ItemType create(String item);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy