agentland.help.asa
Class HelpFileItem
java.lang.Object
|
+--agentland.help.asa.HelpFileItem
- All Implemented Interfaces:
- Speakable
- public class HelpFileItem
- extends Object
- implements Speakable
hMap
protected HashMap hMap
HelpFileItem
public HelpFileItem()
HelpFileItem
public HelpFileItem(org.jdom.Element eRoot)
put
public void put(Object oKey,
Object oValue)
put
public void put(Object oKey,
Object oValue,
boolean bOverwrite)
get
public ArrayList get(Object oKey)
toString
public String toString()
- Overrides:
toString
in class Object
toSpeech
public String toSpeech()
- Description copied from interface:
Speakable
- Returns a String describing this object.
The returned String should be easily spoken by a speech synthesis program.
- Specified by:
toSpeech
in interface Speakable
- Following copied from interface:
speech.Speakable
- Returns:
- a
String
value - Throws:
RemoteException
- if an error occurs
getName
public String getName()