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

org.jvnet.hyperjaxb3.item.MixedItemList Maven / Gradle / Ivy

There is a newer version: 4.0.8
Show newest version
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