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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/
H A DBIProperty.java132 this.isConstantProperty = isConst;
258 private Boolean isConstantProperty; field in class:BIProperty
271 public boolean isConstantProperty() { method in class:BIProperty
272 if(isConstantProperty!=null) return isConstantProperty;
275 if(next!=null) return next.isConstantProperty();
303 getCustomization(use).isConstantProperty() &&
572 if( isConstantProperty!=null && getOwner()!=null ) {
587 isConstantProperty = null;
606 // we allow globalBindings to have isConstantProperty
[all...]

Completed in 31 milliseconds