public class ItemGetNameVisitorImpl extends java.lang.Object implements ItemGetNameVisitor
| Constructor and Description |
|---|
ItemGetNameVisitorImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
visit(DetailBarLabel label)
visit methode for the detail bar label.
|
java.lang.String |
visit(DetailInputBox detailBarInputBox)
visit methode for the detail input box.
|
java.lang.String |
visit(VariableAssignment va)
visit methode for the variable assignment.
|
public java.lang.String visit(VariableAssignment va)
ItemGetNameVisitorvisit in interface ItemGetNameVisitorva - the variable assignment to set the new name.public java.lang.String visit(DetailBarLabel label)
ItemGetNameVisitorvisit in interface ItemGetNameVisitorlabel - the detail bar label to set the new name.public java.lang.String visit(DetailInputBox detailBarInputBox)
ItemGetNameVisitorvisit in interface ItemGetNameVisitordetailBarInputBox - the detail input box to set the new name.