ilog.views.maps.format.tiger
Class IlvTigerDataDictionnary.DictionnaryElement

java.lang.Object
  extended by ilog.views.maps.format.tiger.IlvTigerDataDictionnary.DictionnaryElement
Enclosing class:
IlvTigerDataDictionnary

public static class IlvTigerDataDictionnary.DictionnaryElement
extends Object

Contains the definition of one field in the TIGER/Line meta data.

Since:
JViews 7.5

Method Summary
 String getAttributeName()
          Returns the Attribute name
 Class getClassType()
          Returns the property class type
protected  String getDescription()
          Returns the description.
 int getEndPos()
          Returns the end position
 int getStartPos()
          Returns the starting position
 boolean isLeftAligned()
          Returns true if the field is left aligned
 boolean isNullable()
          Returns true if field can be blank
 String toString()
          Returns a string representation of the object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public String toString()
Returns a string representation of the object.

Overrides:
toString in class Object
See Also:
Object.toString()

getAttributeName

public String getAttributeName()
Returns the Attribute name

Returns:
Returns the Attribute name

getClassType

public Class getClassType()
Returns the property class type

Returns:
Returns the property class type

getStartPos

public int getStartPos()
Returns the starting position

Returns:
Returns the starting position

getEndPos

public int getEndPos()
Returns the end position

Returns:
Returns the end position

isNullable

public boolean isNullable()
Returns true if field can be blank

Returns:
Returns true if field can be blank

isLeftAligned

public boolean isLeftAligned()
Returns true if the field is left aligned

Returns:
Returns true if the field is left aligned

getDescription

protected String getDescription()
Returns the description.

Returns:
Returns the description.


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.