public class Binding extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
many |
protected String |
sourceAttribute |
protected String |
sourceTag |
protected String |
targetAttribute |
protected String |
targetTag |
Constructor and Description |
---|
Binding(String sourceTag,
String sourceAttribute,
String targetTag,
String targetAttribute,
boolean many) |
Modifier and Type | Method and Description |
---|---|
String |
getSourceAttribute() |
String |
getSourceTag() |
String |
getTargetAttribute() |
String |
getTargetTag() |
boolean |
isMany() |
Copyright © 2016. All rights reserved.