metaglue
Class AgentAgent.Attribute

java.lang.Object
  |
  +--metaglue.AgentAgent.Attribute
Enclosing class:
AgentAgent

public class AgentAgent.Attribute
extends Object

Attribute class description


Constructor Summary
AgentAgent.Attribute(String name)
           
 
Method Summary
 boolean getBooleanValue()
           
 int getIntValue()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgentAgent.Attribute

public AgentAgent.Attribute(String name)
Method Detail

getValue

public String getValue()

getIntValue

public int getIntValue()
                throws RemoteException

getBooleanValue

public boolean getBooleanValue()
                        throws RemoteException