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