org.eclipse.emf.codegen.jmerge
Class JControlModel.SortRule
java.lang.Object
org.eclipse.emf.codegen.jmerge.JControlModel.SortRule
- Enclosing class:
- JControlModel
- public static class JControlModel.SortRule
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected String name
selector
protected Class selector
markup
protected Pattern markup
JControlModel.SortRule
public JControlModel.SortRule()
JControlModel.SortRule
public JControlModel.SortRule(Element element)
initialize
public void initialize(Element element)
getName
public String getName()
setName
public void setName(String name)
getSelector
public Class getSelector()
setSelector
public void setSelector(Class selector)
getMarkup
public Pattern getMarkup()
setMarkup
public void setMarkup(Pattern markup)