|
||||||||||
| 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.Value
public class Value
This class implements the value 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 | |
|---|---|
Value()
Basic constructor. |
|
Value(java.lang.String expr)
This constructor creates a <value> tag. |
|
Value(java.lang.String expr,
java.lang.String c,
java.lang.String mode,
java.lang.String recsrc)
This constructor creates a <value> tag. |
|
| Method Summary | |
|---|---|
Value |
set_Class(java.lang.String c)
Sets the class="" attribute |
Value |
setExpr(java.lang.String expr)
Sets the expr="" attribute |
Value |
setMode(java.lang.String mode)
Sets the mode="" attribute |
Value |
setRecsrc(java.lang.String recsrc)
Sets the recsrc="" 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 Value()
public Value(java.lang.String expr,
java.lang.String c,
java.lang.String mode,
java.lang.String recsrc)
expr - the expr="" attributec - the class="" attributemode - the mode="" attributerecsrc - the recsrc="" attributepublic Value(java.lang.String expr)
expr - the expr="" attribute| Method Detail |
|---|
public Value set_Class(java.lang.String c)
c - the class="" attributepublic Value setExpr(java.lang.String expr)
expr - the expr="" attributepublic Value setMode(java.lang.String mode)
mode - the mode="" attributepublic Value setRecsrc(java.lang.String recsrc)
recsrc - the recsrc="" attribute
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||