
public interface NamedAttributeNode<T> extends Child<T>, OrmNamedAttributeNodeCommType<T,NamedAttributeNode<T>>
named-attribute-node xsd type| Modifier 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 nameNamedAttributeNodeString getName()
name attributenameNamedAttributeNode<T> removeName()
name attributeNamedAttributeNodeNamedAttributeNode<T> subgraph(String subgraph)
subgraph attributesubgraph - the value for the attribute subgraphNamedAttributeNodeString getSubgraph()
subgraph attributesubgraphNamedAttributeNode<T> removeSubgraph()
subgraph attributeNamedAttributeNodeNamedAttributeNode<T> keySubgraph(String keySubgraph)
key-subgraph attributekeySubgraph - the value for the attribute key-subgraphNamedAttributeNodeString getKeySubgraph()
key-subgraph attributekey-subgraphNamedAttributeNode<T> removeKeySubgraph()
key-subgraph attributeNamedAttributeNodeCopyright © 2025 JBoss by Red Hat. All rights reserved.