org.ow2.orchestra.facade.def.impl
Class CopyDefinitionImpl
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CopyDefinitionImpl
public CopyDefinitionImpl(CopyDefinition copyDefinition)
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.