org.infolayer.templates.elements
Class TE_otherwise

java.lang.Object
  extended byorg.kxml2.kdom.Element
      extended byorg.infolayer.templates.TemplateElement
          extended byorg.infolayer.templates.elements.TE_otherwise

public class TE_otherwise
extends TemplateElement

The otherwise-element is only allowed as immediate child element of <t:choose> and <t:switch>, denoting the corresponding default branch. For a detailed description, please refer to the corresponding sections.

See Also:
Serialized Form

Constructor Summary
TE_otherwise()
           
 
Methods inherited from class org.infolayer.templates.TemplateElement
apply, applyChildren, assertNoChildren, assertNoChildren, getAttributeValue, getVarDefs, init, readTextContent, setVarDefs, writeAttributes
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TE_otherwise

public TE_otherwise()