| org.netbeans.modules.xslt.tmap.model.api.ReferenceCollection
ReferenceCollection | public interface ReferenceCollection (Code) | | This interface should be implemented by entities that refers to some other
entities. They are contain reference to other OM element and when this
element is changed in some way they should be changed. e.g. service contains
reference to PartnerLInkType.
author: Vitaly Bychkov version: 1.0 |
Method Summary | |
WSDLReference<T> | createWSDLReference(T target, Class<T> type) Creates reference to specified WSDL OM referenceable element.
< Parameters: T - > Referencable OM class. Parameters: target - Object for which needs to create reference. Parameters: type - Type of referenceable object. | Reference[] | getReferences() |
createWSDLReference | WSDLReference<T> createWSDLReference(T target, Class<T> type)(Code) | | Creates reference to specified WSDL OM referenceable element.
< Parameters: T - > Referencable OM class. Parameters: target - Object for which needs to create reference. Parameters: type - Type of referenceable object. Reference to target object. |
|
|