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