public class ElementNode extends XmlNode
| Modifier and Type | Class and Description |
|---|---|
static class |
ElementNode.Builder
Builder for creating element nodes.
|
| Constructor and Description |
|---|
ElementNode() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getAttributeGroups() |
List<AttributeNode> |
getAttributes() |
String |
getIndexAttribute()
If an attribute is used as an index, return the name.
|
String |
getOnDeleteWarning() |
String |
getRole() |
Map<String,String> |
getSpecializes() |
void |
setAttributeGroups(Map<String,String> attributeGroups) |
void |
setAttributes(List<AttributeNode> attributes) |
void |
setOnDeleteWarning(String onDeleteWarning) |
void |
setRole(String role) |
void |
setSpecializes(Map<String,String> specializes) |
getLocalName, getNamespace, setLocalName, setNamespacegetDescription, getIcon, getName, getNodeType, setDescription, setIcon, setName, setNodeTypepublic List<AttributeNode> getAttributes()
public void setAttributes(List<AttributeNode> attributes)
public String getRole()
public void setRole(String role)
public String getOnDeleteWarning()
public void setOnDeleteWarning(String onDeleteWarning)
public String getIndexAttribute()
Copyright © 2016 SiteWhere, LLC.. All rights reserved.