public interface NamedAttributeNode<T> extends Child<T>, OrmNamedAttributeNodeCommType<T,NamedAttributeNode<T>>
named-attribute-node
xsd typeModifier and Type | Method and Description |
---|---|
String |
getKeySubgraph()
Returns the
key-subgraph attribute |
String |
getName()
Returns the
name attribute |
String |
getSubgraph()
Returns the
subgraph attribute |
NamedAttributeNode<T> |
keySubgraph(String keySubgraph)
Sets the
key-subgraph attribute |
NamedAttributeNode<T> |
name(String name)
Sets the
name attribute |
NamedAttributeNode<T> |
removeKeySubgraph()
Removes the
key-subgraph attribute |
NamedAttributeNode<T> |
removeName()
Removes the
name attribute |
NamedAttributeNode<T> |
removeSubgraph()
Removes the
subgraph attribute |
NamedAttributeNode<T> |
subgraph(String subgraph)
Sets the
subgraph attribute |
NamedAttributeNode<T> name(String name)
name
attributename
- the value for the attribute name
NamedAttributeNode
String getName()
name
attributename
NamedAttributeNode<T> removeName()
name
attributeNamedAttributeNode
NamedAttributeNode<T> subgraph(String subgraph)
subgraph
attributesubgraph
- the value for the attribute subgraph
NamedAttributeNode
String getSubgraph()
subgraph
attributesubgraph
NamedAttributeNode<T> removeSubgraph()
subgraph
attributeNamedAttributeNode
NamedAttributeNode<T> keySubgraph(String keySubgraph)
key-subgraph
attributekeySubgraph
- the value for the attribute key-subgraph
NamedAttributeNode
String getKeySubgraph()
key-subgraph
attributekey-subgraph
NamedAttributeNode<T> removeKeySubgraph()
key-subgraph
attributeNamedAttributeNode
Copyright © 2016 JBoss by Red Hat. All rights reserved.