|
||||||||||
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.Field
public class Field
This class implements the field 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 | |
---|---|
Field()
Basic constructor. |
|
Field(java.lang.String name)
This constructor creates a <field> tag. |
|
Field(java.lang.String name,
java.lang.String t)
This constructor creates a <field> tag. |
|
Field(java.lang.String name,
java.lang.String expr,
java.lang.String cond,
java.lang.String t,
java.lang.String slot,
java.lang.String modal)
This constructor creates a <field> tag. |
Method Summary | |
---|---|
Field |
setCond(java.lang.String cond)
Sets the cond="" attribute |
Field |
setExpr(java.lang.String expr)
Sets the expr="" attribute |
Field |
setModal(java.lang.String modal)
Sets the modal="" attribute |
Field |
setName(java.lang.String name)
Sets the name="" attribute |
Field |
setSlot(java.lang.String slot)
Sets the slot="" attribute |
Field |
setType(java.lang.String type)
Sets the type="" 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 Field()
public Field(java.lang.String name, java.lang.String expr, java.lang.String cond, java.lang.String t, java.lang.String slot, java.lang.String modal)
name
- the name="" attributeexpr
- the expr="" attributecond
- the cond="" attributet
- the type="" attributeslot
- the slot="" attributemodal
- the modal="" attributepublic Field(java.lang.String name)
name
- the name="" attributepublic Field(java.lang.String name, java.lang.String t)
name
- the name="" attributet
- the type="" attributeMethod Detail |
---|
public Field setName(java.lang.String name)
name
- the name="" attributepublic Field setExpr(java.lang.String expr)
expr
- the expr="" attributepublic Field setCond(java.lang.String cond)
cond
- the cond="" attributepublic Field setType(java.lang.String type)
t
- the type="" attributepublic Field setSlot(java.lang.String slot)
slot
- the slot="" attributepublic Field setModal(java.lang.String modal)
modal
- the modal="" attribute
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |