|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DynamicElement
A representation of the model object 'Dynamic Element'.
The following features are supported:
FacesConfigPackage.getDynamicElement()
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
EList |
getAttributes()
Returns the value of the 'Attributes' reference list. |
EList |
getChildNodes()
Returns the value of the 'Child Nodes' containment reference list. |
java.lang.String |
getName()
Returns the value of the 'Name' attribute |
java.lang.String |
getTextContent()
Returns the value of the 'Text Content' attribute |
void |
setName(java.lang.String value)
Sets the value of the ' Name ' attribute |
void |
setTextContent(java.lang.String value)
Sets the value of the ' Text Content ' attribute |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
EList getChildNodes()
DynamicElement
.
If the meaning of the 'Child Nodes' containment reference list isn't clear, there really should be more of a description here...
FacesConfigPackage.getDynamicElement_ChildNodes()
EList getAttributes()
DynamicAttribute
.
If the meaning of the 'Attributes' attribute list isn't clear, there really should be more of a description here...
FacesConfigPackage.getDynamicElement_Attributes()
java.lang.String getTextContent()
If the meaning of the 'Text Content' attribute isn't clear, there really should be more of a description here...
setTextContent(String)
,
FacesConfigPackage.getDynamicElement_TextContent()
void setTextContent(java.lang.String value)
Text Content
' attribute.
value
- the new value of the 'Text Content' attribute.getTextContent()
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
FacesConfigPackage.getDynamicElement_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |