org.ow2.orchestra.facade.def
Interface CopyDefinition

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

public interface CopyDefinition
extends CopyAble<CopyDefinition>, java.io.Serializable


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

Method Detail

isKeepSrcElementName

boolean isKeepSrcElementName()

getFromDefinitionList

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

getToDefinitionList

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


Copyright © 2009 OW2 Consortium. All Rights Reserved.