|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.ecs.GenericElement
org.apache.ecs.ElementAttributes
org.apache.ecs.ConcreteElement
org.apache.ecs.MultiPartElement
org.apache.ecs.xml.XML
org.apache.ecs.vxml.VXMLElement
org.apache.ecs.vxml.Catch
public class Catch
This class implements the catch element
| Field Summary |
|---|
| Fields inherited from class org.apache.ecs.GenericElement |
|---|
tabLevel |
| Fields inherited from interface org.apache.ecs.Attributes |
|---|
NO_ATTRIBUTE_VALUE |
| Fields inherited from interface org.apache.ecs.Element |
|---|
CENTER, LEFT, LOWERCASE, MIXEDCASE, RIGHT, UPPERCASE |
| Constructor Summary | |
|---|---|
Catch()
Basic constructor. |
|
Catch(java.lang.String event)
This constructor creates a <catch> tag. |
|
Catch(java.lang.String event,
java.lang.String count)
This constructor creates a <catch> tag. |
|
Catch(java.lang.String event,
java.lang.String count,
java.lang.String cond)
This constructor creates a <catch> tag. |
|
| Method Summary | |
|---|---|
Catch |
setCond(java.lang.String cond)
Sets the cond="" attribute |
Catch |
setCount(java.lang.String count)
Sets the count="" attribute |
Catch |
setEvent(java.lang.String event)
Sets the event="" attribute |
| Methods inherited from class org.apache.ecs.vxml.VXMLElement |
|---|
getNeedClosingTag |
| Methods inherited from class org.apache.ecs.xml.XML |
|---|
addElement, addElement, addElement, addElement, addXMLAttribute, getBeginEndModifier, getBeginEndModifierDefined, getNeedLineBreak, removeElement |
| Methods inherited from class org.apache.ecs.ConcreteElement |
|---|
addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, clone, elements, getElement, isEmpty, keys, output, output, output, output, registryHasElement, registryHasElement, removeElementFromRegistry, removeElementFromRegistry |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Catch()
public Catch(java.lang.String event,
java.lang.String count,
java.lang.String cond)
event - the event="" attributecount - the count="" attributecond - the cond="" attributepublic Catch(java.lang.String event)
event - the event="" attribute
public Catch(java.lang.String event,
java.lang.String count)
event - the event="" attributecount - the count="" attribute| Method Detail |
|---|
public Catch setEvent(java.lang.String event)
event - the event="" attributepublic Catch setCount(java.lang.String count)
count - the count="" attributepublic Catch setCond(java.lang.String cond)
cond - the cond="" attribute
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||