com.moximedia.aims
Class AimsIdentifyLink

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractList
          extended byjava.util.Vector
              extended bycom.moximedia.aims.AimsIdentifyLink
All Implemented Interfaces:
java.lang.Cloneable, java.util.Collection, java.util.List, java.util.RandomAccess, java.io.Serializable

public class AimsIdentifyLink
extends java.util.Vector
implements java.io.Serializable

Used to define links that appear in default identify and drill down identify reports in the IMF.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.Vector
capacityIncrement, elementCount, elementData
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
AimsIdentifyLink()
          Do not use.
AimsIdentifyLink(AimsFeatureLayer lyr)
          Creates new AimsIdentifyLink
 
Method Summary
 AimsField[] getFields()
          Gets an array of fields used by the identify link process.
 java.lang.String getHandler()
           
 java.lang.String getHandlerSuffix()
           
 java.lang.String getText()
           
 java.lang.String getType()
           
 boolean getWindow()
           
 void setAxlAttribute(java.lang.String tag, java.lang.String name, java.lang.String value)
          Sets one of the attributes of this object using a string value.
 
Methods inherited from class java.util.Vector
add, add, addAll, addAll, addElement, capacity, clear, clone, contains, containsAll, copyInto, elementAt, elements, ensureCapacity, equals, firstElement, get, hashCode, indexOf, indexOf, insertElementAt, isEmpty, lastElement, lastIndexOf, lastIndexOf, remove, remove, removeAll, removeAllElements, removeElement, removeElementAt, removeRange, retainAll, set, setElementAt, setSize, size, subList, toArray, toArray, toString, trimToSize
 
Methods inherited from class java.util.AbstractList
iterator, listIterator, listIterator
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
iterator, listIterator, listIterator
 

Constructor Detail

AimsIdentifyLink

public AimsIdentifyLink()
Do not use. For serialization only.


AimsIdentifyLink

public AimsIdentifyLink(AimsFeatureLayer lyr)
Creates new AimsIdentifyLink

Method Detail

getFields

public AimsField[] getFields()
Gets an array of fields used by the identify link process.

Returns:
An array of AimsField objects.

getType

public java.lang.String getType()

getHandler

public java.lang.String getHandler()

getHandlerSuffix

public java.lang.String getHandlerSuffix()

getText

public java.lang.String getText()

getWindow

public boolean getWindow()

setAxlAttribute

public void setAxlAttribute(java.lang.String tag,
                            java.lang.String name,
                            java.lang.String value)
Sets one of the attributes of this object using a string value. This method should only be called from the SAX event handler.

Parameters:
tag - The AXL element tag containing this attribute (not used).
name - The AXL attribute name.
value - The AXL attribute value.