public class NamedSubgraph extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
clazz |
protected String |
name |
protected List<NamedAttributeNode> |
namedAttributeNode |
| Constructor and Description |
|---|
NamedSubgraph() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClazz()
Gets the value of the clazz property.
|
String |
getName()
Gets the value of the name property.
|
List<NamedAttributeNode> |
getNamedAttributeNode()
Gets the value of the namedAttributeNode property.
|
void |
setClazz(String value)
Sets the value of the clazz property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected List<NamedAttributeNode> namedAttributeNode
protected String name
protected String clazz
public List<NamedAttributeNode> getNamedAttributeNode()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the namedAttributeNode property.
For example, to add a new item, do as follows:
getNamedAttributeNode().add(newItem);
Objects of the following type(s) are allowed in the list
NamedAttributeNode
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getClazz()
StringCopyright © 2001-2022 Red Hat, Inc. All Rights Reserved.