com.partnersoft.maps.translator
Class MapDataIndex
java.lang.Object
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
|
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 |
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
MapDataIndex
public MapDataIndex()
MapDataIndex
public MapDataIndex(Cog newState)
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