org.ow2.orchestra.facade.def
Interface CopyDefinition

All Superinterfaces:
CopyAble<CopyDefinition>, Serializable
All Known Implementing Classes:
CopyDefinitionImpl

public interface CopyDefinition
extends CopyAble<CopyDefinition>, Serializable


Method Summary
 List<FromDefinition> getFromDefinitionList()
           
 List<ToDefinition> getToDefinitionList()
           
 boolean isKeepSrcElementName()
           
 
Methods inherited from interface org.ow2.orchestra.facade.CopyAble
copy
 

Method Detail

isKeepSrcElementName

boolean isKeepSrcElementName()

getFromDefinitionList

List<FromDefinition> getFromDefinitionList()
Returns:
the list of from element

getToDefinitionList

List<ToDefinition> getToDefinitionList()
Returns:
the list of to element


Copyright © 2011 OW2 Consortium. All Rights Reserved.