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


Field Summary
protected  java.lang.String name
           
protected static java.lang.Class[] noParameterTypes
           
protected  org.apache.xerces.impl.xpath.regex.RegularExpression regularExpression
           
protected  JControlModel.Feature selectorFeature
           
protected static java.lang.Class[] stringParameterType
           
 
Constructor Summary
JControlModel.DictionaryPattern()
           
JControlModel.DictionaryPattern(org.w3c.dom.Element element)
           
 
Method Summary
 java.lang.String getName()
           
 org.apache.xerces.impl.xpath.regex.RegularExpression getRegularExpression()
           
 JControlModel.Feature getSelectorFeature()
           
 void initialize(org.w3c.dom.Element element)
           
 void setName(java.lang.String name)
           
 void setRegularExpression(org.apache.xerces.impl.xpath.regex.RegularExpression regularExpression)
           
 void setSelectorFeature(JControlModel.Feature selectorFeature)
           
 
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

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

JControlModel.DictionaryPattern

public JControlModel.DictionaryPattern()

JControlModel.DictionaryPattern

public JControlModel.DictionaryPattern(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)

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)

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