public class Column extends Object
Column(String key, String value)
Column(String key, String value, String type)
String
getKey()
getType()
getValue()
void
setKey(String key)
setType(String type)
setValue(String value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Column(String key, String value)
public Column(String key, String value, String type)
public String getKey()
public void setKey(String key)
public String getValue()
public void setValue(String value)
public String getType()
public void setType(String type)
Copyright © 2016 WSO2. All rights reserved.