com.unitesk.atp.treedl
Class TDL.CodeMember

java.lang.Object
  extended by com.unitesk.atp.dynattrs.IndexedAttributedImpl
      extended by com.unitesk.atp.dynattrs.MapAttributed
          extended by com.unitesk.atp.dynattrs.BeanMapAttributed
              extended by com.unitesk.atp.tree.TreeClass.NodeClass
                  extended by com.unitesk.atp.treedl.TDL.Entity
                      extended by com.unitesk.atp.treedl.TDL.NodeMember
                          extended by com.unitesk.atp.treedl.TDL.CodeMember
All Implemented Interfaces:
Attributed, Keyed, Node, Serializable
Direct Known Subclasses:
TDL.BodyCodeMember, TDL.ConstructorCodeMember
Enclosing class:
TDL

public abstract static class TDL.CodeMember
extends TDL.NodeMember

See Also:
Serialized Form

Constructor Summary
TDL.CodeMember(String optDocomment, Properties optProperties, Position position, String code)
           
 
Method Summary
 String getCode()
          Custom code
 void setCode(String code)
           
 
Methods inherited from class com.unitesk.atp.treedl.TDL.Entity
getOptDocomment, getOptProperties, getPosition, getProperty, getProperty, keyClass, setOptDocomment, setOptProperties, setPosition
 
Methods inherited from class com.unitesk.atp.tree.TreeClass.NodeClass
getParent, getThis, makeChild, resetParent, setParent
 
Methods inherited from class com.unitesk.atp.dynattrs.BeanMapAttributed
getAttribute, getAttributeNames, hasAttribute, isRemovable, isWritable, removeAttribute, setAttribute
 
Methods inherited from class com.unitesk.atp.dynattrs.MapAttributed
addAttribute, createMap, isAttrCreatable
 
Methods inherited from class com.unitesk.atp.dynattrs.IndexedAttributedImpl
getAttribute, isIndexed, setAttribute, sizeAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.unitesk.atp.tree.Node
accept
 
Methods inherited from interface com.unitesk.atp.tree.Keyed
key
 

Constructor Detail

TDL.CodeMember

public TDL.CodeMember(String optDocomment,
                      Properties optProperties,
                      Position position,
                      String code)
Method Detail

getCode

public String getCode()
Custom code


setCode

public void setCode(String code)


Copyright © 2001-2006 ISP RAS, RedVerst Group. All Rights Reserved.