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


Field Summary
protected  java.lang.String name
           
protected static java.lang.Class[] noParameterTypes
           
protected  JControlModel.Feature sourceGetFeature
           
protected  org.apache.xerces.impl.xpath.regex.RegularExpression sourceMarkup
           
protected  org.apache.xerces.impl.xpath.regex.RegularExpression sourceTransfer
           
protected  org.apache.xerces.impl.xpath.regex.RegularExpression targetMarkup
           
protected  JControlModel.Feature targetPutFeature
           
protected  org.apache.xerces.impl.xpath.regex.RegularExpression targetTransfer
           
 
Constructor Summary
JControlModel.PullRule()
           
JControlModel.PullRule(org.w3c.dom.Element element)
           
 
Method Summary
 java.lang.String getName()
           
 JControlModel.Feature getSourceGetFeature()
           
 org.apache.xerces.impl.xpath.regex.RegularExpression getSourceMarkup()
           
 org.apache.xerces.impl.xpath.regex.RegularExpression getSourceTransfer()
           
 org.apache.xerces.impl.xpath.regex.RegularExpression getTargetMarkup()
           
 JControlModel.Feature getTargetPutFeature()
           
 org.apache.xerces.impl.xpath.regex.RegularExpression getTargetTransfer()
           
 void initialize(org.w3c.dom.Element element)
           
 void setName(java.lang.String name)
           
 void setSourceGetFeature(JControlModel.Feature sourceGetFeature)
           
 void setSourceMarkup(org.apache.xerces.impl.xpath.regex.RegularExpression sourceMarkup)
           
 void setSourceTransfer(org.apache.xerces.impl.xpath.regex.RegularExpression sourceTransfer)
           
 void setTargetMarkup(org.apache.xerces.impl.xpath.regex.RegularExpression targetMarkup)
           
 void setTargetPutFeature(JControlModel.Feature targetPutFeature)
           
 void setTargetTransfer(org.apache.xerces.impl.xpath.regex.RegularExpression targetTransfer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

JControlModel.PullRule

public JControlModel.PullRule()

JControlModel.PullRule

public JControlModel.PullRule(org.w3c.dom.Element element)
Method Detail

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)

Copyright 2001-2003 IBM Corporation and others.
All Rights Reserved.