e4s.db.dict
Class E4DBView.ColumnSelected
java.lang.Object
e4s.db.dict.E4DBView.ColumnSelected
- Enclosing class:
- E4DBView
public class E4DBView.ColumnSelected
- extends java.lang.Object
This subclass holds the information about fields (columns) beeing selected.
Selection also has the possibility of alialising (renaming) a column.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
E4DBView.ColumnSelected
public E4DBView.ColumnSelected(E4DBColumnName name,
E4DBColumnType ctype,
int len,
java.lang.String renamed)
equals
public boolean equals(E4DBColumnName cName)
getRenamed
public java.lang.String getRenamed()
getColumnType
public E4DBColumnType getColumnType()
getLen
public int getLen()
getColumnName
public E4DBColumnName getColumnName()
toXml
public void toXml(E4PrintStream pstr)
throws java.lang.Exception
- Throws:
java.lang.Exception
renameType
public boolean renameType(E4DBColumnType oldname,
E4DBColumnType newname)
renameColumn
public boolean renameColumn(E4DBColumnName oldname,
E4DBColumnName newname)