Searched defs:EnumLeafInfo (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/core/
H A DEnumLeafInfo.java33 public interface EnumLeafInfo<T,C> extends LeafInfo<T,C> { interface in inherits:LeafInfo
35 * The same as {@link #getType()} but an {@link EnumLeafInfo}
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/schemagen/
H A DXmlSchemaGenerator.java69 import com.sun.xml.internal.bind.v2.model.core.EnumLeafInfo;
182 for( EnumLeafInfo<T,C> ei : types.enums().values() )
307 public void add( EnumLeafInfo<T,C> envm ) { argument
415 for (EnumLeafInfo<T,C> en : e.getValue().enums) {
511 private final Set<EnumLeafInfo<T,C>> enums = new LinkedHashSet<EnumLeafInfo<T,C>>();
687 for (EnumLeafInfo<T, C> e : enums) {
795 writeEnum( (EnumLeafInfo<T,C>)type, (SimpleTypeHost)th);
811 writeEnum( (EnumLeafInfo<T,C>)type, (SimpleTypeHost)th);
835 private void writeEnum(EnumLeafInfo<
[all...]

Completed in 38 milliseconds