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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/binary/
H A DRefPattern.java60 private byte combineType = COMBINE_NONE; field in class:RefPattern
143 return combineType;
146 void setCombineType(byte combineType) { argument
147 this.combineType = combineType;

Completed in 38 milliseconds