osmq.tables
Class ColumnAttrib
java.lang.Object
osmq.tables.ColumnAttrib
- All Implemented Interfaces:
- java.lang.Cloneable, java.io.Serializable
- public class ColumnAttrib
- extends java.lang.Object
- implements java.lang.Cloneable, java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ColumnAttrib
public ColumnAttrib()
ColumnAttrib
public ColumnAttrib(java.lang.String aName)
ColumnAttrib
public ColumnAttrib(java.lang.String aName,
int aType)
ColumnAttrib
public ColumnAttrib(java.lang.String aName,
int aType,
int aWidth)
ColumnAttrib
public ColumnAttrib(java.lang.String aName,
int aType,
int aWidth,
boolean visible)
setVisible
public void setVisible(boolean visible)
getVisible
public boolean getVisible()
setWidth
public void setWidth(int w)
getWidth
public int getWidth()
setTitle
public final void setTitle(java.lang.String title)
getTitle
public final java.lang.String getTitle()
getDataType
public final int getDataType()
setDataType
public final void setDataType(int t)
getItemClass
public final java.lang.Class getItemClass()
typeToClass
public static final java.lang.Class typeToClass(int t)
classToType
public static final int classToType(java.lang.Class c)
getAsXml
public java.lang.String getAsXml()
clone
public java.lang.Object clone()