org.eclipse.emf.codegen.jmerge
Class JControlModel.DictionaryPattern

java.lang.Object
  extended byorg.eclipse.emf.codegen.jmerge.JControlModel.DictionaryPattern
Enclosing class:
JControlModel

public static class JControlModel.DictionaryPattern
extends Object


Field Summary
protected  String name
           
protected static Class[] noParameterTypes
           
protected  Pattern pattern
           
protected  JControlModel.Feature selectorFeature
           
protected static Class[] stringParameterType
           
 
Constructor Summary
JControlModel.DictionaryPattern()
           
JControlModel.DictionaryPattern(Element element)
           
 
Method Summary
 String getName()
           
 Pattern getPattern()
           
 JControlModel.Feature getSelectorFeature()
           
 void initialize(Element element)
           
 void setName(String name)
           
 void setPattern(Pattern pattern)
           
 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 Class[] noParameterTypes

stringParameterType

protected static Class[] stringParameterType

name

protected String name

selectorFeature

protected JControlModel.Feature selectorFeature

pattern

protected Pattern pattern
Constructor Detail

JControlModel.DictionaryPattern

public JControlModel.DictionaryPattern()

JControlModel.DictionaryPattern

public JControlModel.DictionaryPattern(Element element)
Method Detail

initialize

public void initialize(Element element)

getName

public String getName()

setName

public void setName(String name)

getSelectorFeature

public JControlModel.Feature getSelectorFeature()

setSelectorFeature

public void setSelectorFeature(JControlModel.Feature selectorFeature)

getPattern

public Pattern getPattern()

setPattern

public void setPattern(Pattern pattern)

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