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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DCCustomizable.java48 CCustomizations getCustomizations(); method in interface:CCustomizable
H A DAbstractCTypeInfoImpl.java95 public CCustomizations getCustomizations() { method in class:AbstractCTypeInfoImpl
H A DCEnumConstant.java89 public CCustomizations getCustomizations() { method in class:CEnumConstant
H A DCBuiltinLeafInfo.java190 public CCustomizations getCustomizations() { method in class:CBuiltinLeafInfo.Builtin
H A DCEnumLeafInfo.java266 public CCustomizations getCustomizations() { method in class:CEnumLeafInfo
H A DCPropertyInfo.java275 public CCustomizations getCustomizations() { method in class:CPropertyInfo
H A DModel.java426 public CCustomizations getCustomizations() { method in class:Model
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/
H A DBIProperty.java295 CValuePropertyInfo prop = wrapUp(new CValuePropertyInfo(name, source, getCustomizations(source), source.getLocator(), tu, typeName), source);
320 return wrapUp(new CAttributePropertyInfo(name,use,getCustomizations(use),use.getLocator(),
353 source, getCustomizations(source),
414 getCustomizations(source), source.getLocator(), dummy, content, isMixedExtended),
511 private CCustomizations getCustomizations( XSComponent src ) { method in class:BIProperty
515 private CCustomizations getCustomizations( XSComponent... src ) { method in class:BIProperty
518 CCustomizations r = getCustomizations(s);
525 private CCustomizations getCustomizations( XSAttributeUse src ) { method in class:BIProperty
535 return getCustomizations(src,src.getDecl());
537 return getCustomizations((XSComponen
540 private CCustomizations getCustomizations( XSParticle src ) { method in class:BIProperty
[all...]

Completed in 1409 milliseconds