net.kwfgrid.gwes
Class ActivityDescription
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,String>
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
| Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
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
ActivityDescription
public ActivityDescription(String resourceName,
String operationName)
- Deprecated.
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.