com.groiss.fileimport
Class Column

java.lang.Object
  extended by com.groiss.fileimport.Column
All Implemented Interfaces:
Comparable<Column>

public abstract class Column
extends Object
implements Comparable<Column>

Holds column definition from import.xml


Field Summary
protected  Element jdom
           
protected  String name
           
 
Constructor Summary
Column(String name)
           
 
Method Summary
 Element getJdom()
           
 String getName()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

jdom

protected Element jdom

name

protected String name
Constructor Detail

Column

public Column(String name)
Method Detail

getJdom

public Element getJdom()
Returns:
the jdom

getName

public String getName()
Returns:
the name

toString

public String toString()
Overrides:
toString in class Object


@enterprise 8.0.10078 Copyright © 2001-2011 Groiss Informatics GmbH. All Rights Reserved.