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

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

public static class AgentDesc.FieldDesc
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.FieldDesc()
           
 
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.FieldDesc

public AgentDesc.FieldDesc()