org.ow2.orchestra.facade.def.impl
Class CopyDefinitionImpl

java.lang.Object
  extended by org.ow2.orchestra.facade.def.impl.CopyDefinitionImpl
All Implemented Interfaces:
Serializable, CopyAble<CopyDefinition>, CopyDefinition

public class CopyDefinitionImpl
extends Object
implements CopyDefinition

See Also:
Serialized Form

Constructor Summary
CopyDefinitionImpl(CopyDefinition copyDefinition)
           
 
Method Summary
 CopyDefinition copy()
           
 List<FromDefinition> getFromDefinitionList()
           
 List<ToDefinition> getToDefinitionList()
           
 boolean isKeepSrcElementName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CopyDefinitionImpl

public CopyDefinitionImpl(CopyDefinition copyDefinition)
Method Detail

copy

public CopyDefinition copy()
Specified by:
copy in interface CopyAble<CopyDefinition>

getFromDefinitionList

public List<FromDefinition> getFromDefinitionList()
Specified by:
getFromDefinitionList in interface CopyDefinition
Returns:
the list of from element

isKeepSrcElementName

public boolean isKeepSrcElementName()
Specified by:
isKeepSrcElementName in interface CopyDefinition

getToDefinitionList

public List<ToDefinition> getToDefinitionList()
Specified by:
getToDefinitionList in interface CopyDefinition
Returns:
the list of to element


Copyright © 2011 OW2 Consortium. All Rights Reserved.