com.mapquest
Class DefaultTrigger

java.lang.Object
  extended bycom.mapquest.DefaultTrigger

Deprecated. Use DrawTrigger instead.

public final class DefaultTrigger
extends java.lang.Object

Constants for trigger DTs.


Field Summary
static DefaultTrigger mqDrawAfterPolygons
          Deprecated.  
static DefaultTrigger mqDrawAfterRouteHighlight
          Deprecated.  
static DefaultTrigger mqDrawAfterText
          Deprecated.  
static DefaultTrigger mqDrawBeforePolygons
          Deprecated.  
static DefaultTrigger mqDrawBeforeRouteHighlight
          Deprecated.  
static DefaultTrigger mqDrawBeforeText
          Deprecated.  
 
Method Summary
 boolean equals(java.lang.Object otherObject)
          Deprecated. Compares this object to the specified object.
static DefaultTrigger from_int(int value)
          Deprecated. Use fromInt instead.
static DefaultTrigger fromInt(int value)
          Deprecated. Creates an object from a positive integer value.
 int hashCode()
          Deprecated. Returns a hash code for this DefaultTrigger.
 int intValue()
          Deprecated. Returns an int type representing this object.
 java.lang.String toString()
          Deprecated. Returns a string representation of this object.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

mqDrawBeforePolygons

public static final DefaultTrigger mqDrawBeforePolygons
Deprecated. 

mqDrawAfterPolygons

public static final DefaultTrigger mqDrawAfterPolygons
Deprecated. 

mqDrawBeforeText

public static final DefaultTrigger mqDrawBeforeText
Deprecated. 

mqDrawAfterText

public static final DefaultTrigger mqDrawAfterText
Deprecated. 

mqDrawBeforeRouteHighlight

public static final DefaultTrigger mqDrawBeforeRouteHighlight
Deprecated. 

mqDrawAfterRouteHighlight

public static final DefaultTrigger mqDrawAfterRouteHighlight
Deprecated. 
Method Detail

toString

public java.lang.String toString()
Deprecated. 
Returns a string representation of this object.


intValue

public int intValue()
Deprecated. 
Returns an int type representing this object.


fromInt

public static DefaultTrigger fromInt(int value)
Deprecated. 
Creates an object from a positive integer value.


from_int

public static DefaultTrigger from_int(int value)
Deprecated. Use fromInt instead.

Creates an object from a positive integer value.


equals

public boolean equals(java.lang.Object otherObject)
Deprecated. 
Compares this object to the specified object. The result is true if and only if the argument is not null and is a DefaultTrigger object that has same attributes as this object.

Parameters:
otherObject - the object to compare this DefaultTrigger against.
Returns:
true if the DefaultTrigger objects are equal; false otherwise.

hashCode

public int hashCode()
Deprecated. 
Returns a hash code for this DefaultTrigger.

Returns:
a hash code value for this DefaultTrigger.