com.bigllc.retsiq.metadata.newmodel
Interface MetadataEditableNode

All Superinterfaces:
MetadataNode
All Known Implementing Classes:
AbstractMetadataEditableNode, AbstractMetadataNode

public interface MetadataEditableNode
extends MetadataNode


Method Summary
 void addChild(MetadataEditableNode child)
           
 void removeChild(com.bigllc.retsiq.api.RETSConstants.MetadataType type, java.lang.String name)
           
 void setParent(MetadataEditableNode parent)
           
 java.lang.String setValue(java.lang.String column)
           
 
Methods inherited from interface com.bigllc.retsiq.metadata.newmodel.MetadataNode
getAttributeName, getChild, getChildren, getChildTypes, getDate, getMetadataType, getName, getNameKey, getParent, getRoot, getValue, getValueKeys, getVersion
 

Method Detail

setValue

java.lang.String setValue(java.lang.String column)

setParent

void setParent(MetadataEditableNode parent)

addChild

void addChild(MetadataEditableNode child)

removeChild

void removeChild(com.bigllc.retsiq.api.RETSConstants.MetadataType type,
                 java.lang.String name)