@Accessors public class GenerationInfo extends Object
Modifier and Type | Field and Description |
---|---|
static String |
MODEL_AND_VIEW_TYPE |
static String |
MODEL_TYPE |
static String |
VIEW_TYPE |
Constructor and Description |
---|
GenerationInfo(String type,
org.eclipse.emf.ecore.EClass eClass,
VView view,
String nameProposal,
SchemaWrapper wrapper) |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener) |
protected void |
firePropertyChange(String propertyName,
Object oldValue,
Object newValue) |
PropertyChangeSupport |
getChangeSupport() |
org.eclipse.emf.ecore.EClass |
getEClass() |
String |
getGeneratedString() |
org.eclipse.emf.common.util.URI |
getLocation() |
String |
getNameProposal() |
String |
getType() |
VView |
getView() |
SchemaWrapper |
getWrapper() |
boolean |
isWrap() |
void |
removePropertyChangeListener(PropertyChangeListener listener) |
void |
setGeneratedString(String generatedString) |
void |
setLocation(org.eclipse.emf.common.util.URI location) |
void |
setWrap(boolean wrap) |
public static final String MODEL_TYPE
public static final String VIEW_TYPE
public static final String MODEL_AND_VIEW_TYPE
public GenerationInfo(String type, org.eclipse.emf.ecore.EClass eClass, VView view, String nameProposal, SchemaWrapper wrapper)
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
protected void firePropertyChange(String propertyName, Object oldValue, Object newValue)
public void setGeneratedString(String generatedString)
public void setLocation(org.eclipse.emf.common.util.URI location)
public void setWrap(boolean wrap)
@Pure public String getType()
@Pure public org.eclipse.emf.ecore.EClass getEClass()
@Pure public VView getView()
@Pure public String getNameProposal()
@Pure public SchemaWrapper getWrapper()
@Pure public String getGeneratedString()
@Pure public org.eclipse.emf.common.util.URI getLocation()
@Pure public boolean isWrap()
@Pure public PropertyChangeSupport getChangeSupport()
Copyright © 2019. All rights reserved.