public class FieldMap extends Object
| Constructor and Description |
|---|
FieldMap(Element element) |
FieldMap(FieldMap clone) |
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<String,fr.xebia.extras.selma.codegen.Field>> |
entrySet() |
String |
get(String key) |
List<fr.xebia.extras.selma.codegen.Field> |
getStartingWith(String fieldName) |
void |
push(fr.xebia.extras.selma.codegen.Field mappingfield) |
void |
remove(String field) |
public FieldMap(FieldMap clone)
public FieldMap(Element element)
public void push(fr.xebia.extras.selma.codegen.Field mappingfield)
public void remove(String field)
public Set<Map.Entry<String,fr.xebia.extras.selma.codegen.Field>> entrySet()
public List<fr.xebia.extras.selma.codegen.Field> getStartingWith(String fieldName)
Copyright © 2017. All Rights Reserved.