org.apache.tuscany.sca.assembly.builder
Interface AutomaticBinding

All Superinterfaces:
java.lang.Cloneable
All Known Implementing Classes:
SCABindingImpl

public interface AutomaticBinding
extends java.lang.Cloneable

Represent a binding that has been added automatically to the model rather than being specified by the user through the composite file


Method Summary
 boolean getIsAutomatic()
           
 void setIsAutomatic(boolean isAutomatic)
           
 

Method Detail

setIsAutomatic

void setIsAutomatic(boolean isAutomatic)
Parameters:
isAutomatic -

getIsAutomatic

boolean getIsAutomatic()
Returns:
isAutomatic