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 java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
noParameterTypes
protected static java.lang.Class[] noParameterTypes
name
protected java.lang.String name
sourceMarkup
protected org.apache.xerces.impl.xpath.regex.RegularExpression sourceMarkup
sourceGetFeature
protected JControlModel.Feature sourceGetFeature
sourceTransfer
protected org.apache.xerces.impl.xpath.regex.RegularExpression sourceTransfer
targetMarkup
protected org.apache.xerces.impl.xpath.regex.RegularExpression targetMarkup
targetPutFeature
protected JControlModel.Feature targetPutFeature
targetTransfer
protected org.apache.xerces.impl.xpath.regex.RegularExpression targetTransfer
JControlModel.PullRule
public JControlModel.PullRule()
JControlModel.PullRule
public JControlModel.PullRule(org.w3c.dom.Element element)
initialize
public void initialize(org.w3c.dom.Element element)
getName
public java.lang.String getName()
setName
public void setName(java.lang.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 org.apache.xerces.impl.xpath.regex.RegularExpression getSourceTransfer()
setSourceTransfer
public void setSourceTransfer(org.apache.xerces.impl.xpath.regex.RegularExpression sourceTransfer)
getTargetTransfer
public org.apache.xerces.impl.xpath.regex.RegularExpression getTargetTransfer()
setTargetTransfer
public void setTargetTransfer(org.apache.xerces.impl.xpath.regex.RegularExpression targetTransfer)
getSourceMarkup
public org.apache.xerces.impl.xpath.regex.RegularExpression getSourceMarkup()
setSourceMarkup
public void setSourceMarkup(org.apache.xerces.impl.xpath.regex.RegularExpression sourceMarkup)
getTargetMarkup
public org.apache.xerces.impl.xpath.regex.RegularExpression getTargetMarkup()
setTargetMarkup
public void setTargetMarkup(org.apache.xerces.impl.xpath.regex.RegularExpression targetMarkup)