org.eclipse.emf.codegen.jmerge
Class JControlModel.PullRule
java.lang.Object
org.eclipse.emf.codegen.jmerge.JControlModel.PullRule
- Enclosing class:
- JControlModel
- public static class JControlModel.PullRule
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
noParameterTypes
protected static Class[] noParameterTypes
name
protected String name
sourceMarkup
protected Pattern sourceMarkup
sourceGetFeature
protected JControlModel.Feature sourceGetFeature
sourceTransfer
protected Pattern sourceTransfer
targetMarkup
protected Pattern targetMarkup
targetPutFeature
protected JControlModel.Feature targetPutFeature
targetTransfer
protected Pattern targetTransfer
JControlModel.PullRule
public JControlModel.PullRule()
JControlModel.PullRule
public JControlModel.PullRule(Element element)
initialize
public void initialize(Element element)
getName
public String getName()
setName
public void setName(String name)
getSourceGetFeature
public JControlModel.Feature getSourceGetFeature()
setSourceGetFeature
public void setSourceGetFeature(JControlModel.Feature sourceGetFeature)
getTargetPutFeature
public JControlModel.Feature getTargetPutFeature()
setTargetPutFeature
public void setTargetPutFeature(JControlModel.Feature targetPutFeature)
getSourceTransfer
public Pattern getSourceTransfer()
setSourceTransfer
public void setSourceTransfer(Pattern sourceTransfer)
getTargetTransfer
public Pattern getTargetTransfer()
setTargetTransfer
public void setTargetTransfer(Pattern targetTransfer)
getSourceMarkup
public Pattern getSourceMarkup()
setSourceMarkup
public void setSourceMarkup(Pattern sourceMarkup)
getTargetMarkup
public Pattern getTargetMarkup()
setTargetMarkup
public void setTargetMarkup(Pattern targetMarkup)