wt.rule.init
Interface InitRuleElem

All Known Subinterfaces:
AlgoValue
All Known Implementing Classes:
AbstractAlgoValue, Attr, AttributeValues

public interface InitRuleElem



Supported API: false

Extendable: false


Method Summary
 String getObjType()
          Return the objType that this attribute belongs to.
 void writeXML(Writer writer)
          Write the XML for this specification to the specified Writer.
 

Method Detail

getObjType

public String getObjType()
Return the objType that this attribute belongs to.

Supported API: false

Returns:
String

writeXML

public void writeXML(Writer writer)
              throws IOException
Write the XML for this specification to the specified Writer.

Supported API: false

Parameters:
writer -
Throws:
IOException