org.geotools.data.tiger
Class TigerSchemaElement

java.lang.Object
  extended byorg.geotools.data.tiger.TigerSchemaElement

public class TigerSchemaElement
extends java.lang.Object

Title: GeoTools2 Development

Description:

Copyright: Copyright (c) 2003

Company:

Version:
1.0
Author:
Julian J. Ray

Field Summary
protected  java.lang.String attributeName
          DOCUMENT ME!
protected  java.lang.String classType
          DOCUMENT ME!
protected  int endPos
          DOCUMENT ME!
protected  int startPos
          DOCUMENT ME!
 
Method Summary
 java.lang.String getAttributeName()
          getAttributeName
 java.lang.String getClassType()
          getClassType
 int getEndPos()
          getEndPos
 int getStartPos()
          getStartPos
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attributeName

protected java.lang.String attributeName
DOCUMENT ME!


classType

protected java.lang.String classType
DOCUMENT ME!


startPos

protected int startPos
DOCUMENT ME!


endPos

protected int endPos
DOCUMENT ME!

Method Detail

getAttributeName

public java.lang.String getAttributeName()
getAttributeName

Returns:
String

getClassType

public java.lang.String getClassType()
getClassType

Returns:
String

getStartPos

public int getStartPos()
getStartPos

Returns:
int

getEndPos

public int getEndPos()
getEndPos

Returns:
int


Copyright © GeoTools. All Rights Reserved.