org.xworker
类 MetaThing

java.lang.Object
  继承者 org.xworker.Thing
      继承者 org.xworker.MetaThing

public class MetaThing
extends Thing

元事物,元事物是任意事物的结构的结构,元事物也称为元描述或元结构(在XWorker中结构用描述代替)。

元事物用XML的方法表示就是:

 <thing name="thing">
     <attribute name="name"/>
     <attribute name="extends"/>
     <thing name="attribute">
         <attribute name="name"/>
     </thing>
     <thing name="thing" extends="_root"/>
 </thing>
 

作者:
zyx

字段摘要
 
从类 org.xworker.Thing 继承的字段
action, actionCaches, ATTRIBUTE, attributes, childs, DESCRIPTION, DESCRIPTORS, descriptorsCaches, EXTENDS, extendsCaches, isTransient, LABEL, metadata, NAME, parent, THING, thingNames
 
构造方法摘要
MetaThing()
           
 
方法摘要
 void init()
           
 
从类 org.xworker.Thing 继承的方法
addChild, addChild, addChild, addChild, addDescriptor, addExtend, beginModify, changeChildIndex, cognize, cognize, cognize, detach, doAction, doAction, doAction, doAction, endModify, get, getAction, getActionsThings, getActionThing, getActionThings, getAllAttributesDescriptors, getAllChilds, getAllChilds, getAllChildsDescriptors, getAllDescriptors, getAllExtends, getAttribute, getAttributeDescriptor, getAttributes, getAttributesDescriptors, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBoolean, getBoolean, getByte, getByte, getBytes, getBytes, getChar, getChar, getChilds, getChilds, getChildsDescriptors, getChildsIterator, getDate, getDate, getDescriptors, getDouble, getDouble, getExtends, getFloat, getFloat, getInt, getInt, getLong, getLong, getMetadata, getParent, getRoot, getShort, getShort, getString, getString, getThing, getThingName, getThingNames, initChildMetadata, initDefaultValue, isThing, isThing, isThingByName, isTransient, put, remove, removeChild, removeDescriptor, removeExtend, save, set, setParent
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

MetaThing

public MetaThing()
方法详细信息

init

public void init()