com.jxml.quick.model.qiml
Class AccessMapProperty

java.lang.Object
  |
  +--com.jxml.quick.model.qiml.AccessMapProperty
All Implemented Interfaces:
Access

public class AccessMapProperty
extends Object
implements Access

AccessMapProperty - The accessField element names a JavaBean property in the object being defined which holds a map of objects in its content model.


Field Summary
 String text
           
 
Constructor Summary
AccessMapProperty(String text)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

text

public String text
Constructor Detail

AccessMapProperty

public AccessMapProperty(String text)
Method Detail

toString

public String toString()
Overrides:
toString in class Object