Package org.eclipse.epsilon.emc.plainxml
Class Binding
- java.lang.Object
-
- org.eclipse.epsilon.emc.plainxml.Binding
-
public class Binding extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
many
protected String
sourceAttribute
protected String
sourceTag
protected String
targetAttribute
protected String
targetTag
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSourceAttribute()
String
getSourceTag()
String
getTargetAttribute()
String
getTargetTag()
boolean
isMany()
-