com.partnersoft.maps.translator
Class MapDataIndex

java.lang.Object
  extended by com.partnersoft.maps.translator.MapDataIndex
All Implemented Interfaces:
Coggable

public class MapDataIndex
extends java.lang.Object
implements Coggable

Configuration for an index (aka find item).

Copyright 2003-2009 Partner Software, Inc.

Version:
$Id: MapDataIndex.java 2474 2010-03-13 14:28:43Z paul $
Author:
Paul Reavis

Field Summary
 boolean discardInvalid
           
 boolean includeAreas
           
 boolean includeLines
           
 boolean includePoints
           
 boolean includeText
           
 boolean internal
           
 boolean mergeDuplicates
           
 java.lang.String name
           
 Naming<NameSet> sources
           
 
Constructor Summary
MapDataIndex()
           
MapDataIndex(Cog newState)
           
 
Method Summary
 Cog toCog()
          Returns the complete internal state of this object in the form of a Cog.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public java.lang.String name

discardInvalid

public boolean discardInvalid

includeAreas

public boolean includeAreas

includePoints

public boolean includePoints

includeLines

public boolean includeLines

includeText

public boolean includeText

mergeDuplicates

public boolean mergeDuplicates

internal

public boolean internal

sources

public Naming<NameSet> sources
Constructor Detail

MapDataIndex

public MapDataIndex()

MapDataIndex

public MapDataIndex(Cog newState)
Method Detail

toCog

public Cog toCog()
Description copied from interface: Coggable
Returns the complete internal state of this object in the form of a Cog.

Specified by:
toCog in interface Coggable
Returns:
Cog representing the internal state of this object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object