net.kwfgrid.gwes
Class ActivityDescription

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,String>
          extended by net.kwfgrid.gwes.ActivityDescription
All Implemented Interfaces:
Serializable, Cloneable, Map<String,String>

Deprecated. Information for activities is now available through the TransitionOccurrence object.

public class ActivityDescription
extends HashMap<String,String>

Version:
$Id: ActivityDescription.java 1419 2010-11-01 14:12:17Z hoheisel $
Author:
Andreas Hoheisel (www.andreas-hoheisel.de)
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Field Summary
static String KEY_OPERATION
          Deprecated.  
static String KEY_RESOURCE
          Deprecated.  
 
Constructor Summary
ActivityDescription(String resourceName, String operationName)
          Deprecated.  
 
Method Summary
 long getPositiveLong(String key)
          Deprecated. Returns the long value of a property.
 String toString()
          Deprecated. Returns a string representation of this ActivityDescription.
 String[] toStringArray()
          Deprecated.  
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Field Detail

KEY_RESOURCE

public static final String KEY_RESOURCE
Deprecated. 
See Also:
Constant Field Values

KEY_OPERATION

public static final String KEY_OPERATION
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

ActivityDescription

public ActivityDescription(String resourceName,
                           String operationName)
Deprecated. 
Method Detail

toString

public String toString()
Deprecated. 
Returns a string representation of this ActivityDescription.

Overrides:
toString in class AbstractMap<String,String>
Returns:
a String representation of this ActivityDescription.

toStringArray

public String[] toStringArray()
Deprecated. 

getPositiveLong

public long getPositiveLong(String key)
                     throws NumberFormatException
Deprecated. 
Returns the long value of a property.

Parameters:
key - The name of the property.
Returns:
The long value or "-1" if property is not available.
Throws:
NumberFormatException


Copyright © 2005-2011 Fraunhofer FIRST. All Rights Reserved.