sk.robotics.rlcs.web.editor
Class AgentDesc.Field

java.lang.Object
  extended by sk.robotics.rlcs.web.editor.AgentDesc.Field
Enclosing class:
AgentDesc

public static class AgentDesc.Field
extends java.lang.Object

Information about a field in agent config.


Field Summary
 java.lang.String blockAccess
          Block access.
 java.lang.String blockType
          Block data type.
 java.lang.String description
          Field description.
 java.lang.String name
          Field name.
 
Constructor Summary
AgentDesc.Field()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name
Field name.


description

public java.lang.String description
Field description. HTML formatted.


blockType

public java.lang.String blockType
Block data type. Used only for block name fields.


blockAccess

public java.lang.String blockAccess
Block access. Used only for block name fields.

Constructor Detail

AgentDesc.Field

public AgentDesc.Field()