public class NamedAttributeNode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
keySubgraph |
protected java.lang.String |
name |
protected java.lang.String |
subgraph |
| Constructor and Description |
|---|
NamedAttributeNode() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getKeySubgraph()
Gets the value of the keySubgraph property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getSubgraph()
Gets the value of the subgraph property.
|
void |
setKeySubgraph(java.lang.String value)
Sets the value of the keySubgraph property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setSubgraph(java.lang.String value)
Sets the value of the subgraph property.
|
protected java.lang.String name
protected java.lang.String subgraph
protected java.lang.String keySubgraph
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSubgraph()
Stringpublic void setSubgraph(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getKeySubgraph()
Stringpublic void setKeySubgraph(java.lang.String value)
value - allowed object is
StringCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.