public class MappingElement extends Object implements Serializable
| Constructor and Description | 
|---|
| MappingElement() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getMapFrom() | 
| String | getMapTo() | 
| String | getType() | 
| boolean | isAttribute() | 
| boolean | isList() | 
| void | setAttribute(boolean isAttribute) | 
| void | setList(boolean list) | 
| void | setMapFrom(String mapFrom) | 
| void | setMapTo(String mapTo) | 
| void | setType(String type) | 
public MappingElement()
public boolean isList()
public void setList(boolean list)
list - the list to setpublic String getMapFrom()
public void setMapFrom(String mapFrom)
public boolean isAttribute()
public void setAttribute(boolean isAttribute)
Copyright © 2011-2013 The Kuali Foundation. All Rights Reserved.