org.mule.common.query
Class Field
java.lang.Object
org.mule.common.query.Field
public class Field
- extends Object
Represents a field in a query
- Author:
- Mulesoft, Inc
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field
public Field(String name,
String type)
Field
public Field(String name)
getName
public String getName()
setName
public void setName(String name)
getType
public String getType()
setType
public void setType(String type)
Copyright © 2014. All rights reserved.