org.eclipse.emf.codegen.jmerge
Class JControlModel.DictionaryPattern
java.lang.Object
|
+--org.eclipse.emf.codegen.jmerge.JControlModel.DictionaryPattern
- Enclosing class:
- JControlModel
- public static class JControlModel.DictionaryPattern
- 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
stringParameterType
protected static java.lang.Class[] stringParameterType
name
protected java.lang.String name
selectorFeature
protected JControlModel.Feature selectorFeature
regularExpression
protected org.apache.xerces.impl.xpath.regex.RegularExpression regularExpression
JControlModel.DictionaryPattern
public JControlModel.DictionaryPattern()
JControlModel.DictionaryPattern
public JControlModel.DictionaryPattern(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)
getSelectorFeature
public JControlModel.Feature getSelectorFeature()
setSelectorFeature
public void setSelectorFeature(JControlModel.Feature selectorFeature)
getRegularExpression
public org.apache.xerces.impl.xpath.regex.RegularExpression getRegularExpression()
setRegularExpression
public void setRegularExpression(org.apache.xerces.impl.xpath.regex.RegularExpression regularExpression)