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()
String
public void setName(String value)
value
- allowed object is
String
public String getSubgraph()
String
public void setSubgraph(String value)
value
- allowed object is
String
public String getKeySubgraph()
String
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.