public class NamedEntityGraph extends Object
Modifier and Type | Field and Description |
---|---|
protected Boolean |
includeAllAttributes |
protected String |
name |
protected List<NamedAttributeNode> |
namedAttributeNode |
protected List<NamedSubgraph> |
subclassSubgraph |
protected List<NamedSubgraph> |
subgraph |
Constructor and Description |
---|
NamedEntityGraph() |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the value of the name property.
|
List<NamedAttributeNode> |
getNamedAttributeNode()
Gets the value of the namedAttributeNode property.
|
List<NamedSubgraph> |
getSubclassSubgraph()
Gets the value of the subclassSubgraph property.
|
List<NamedSubgraph> |
getSubgraph()
Gets the value of the subgraph property.
|
Boolean |
isIncludeAllAttributes()
Gets the value of the includeAllAttributes property.
|
void |
setIncludeAllAttributes(Boolean value)
Sets the value of the includeAllAttributes property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected List<NamedAttributeNode> namedAttributeNode
protected List<NamedSubgraph> subgraph
protected List<NamedSubgraph> subclassSubgraph
protected String name
protected Boolean includeAllAttributes
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 List<NamedSubgraph> getSubgraph()
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 subgraph property.
For example, to add a new item, do as follows:
getSubgraph().add(newItem);
Objects of the following type(s) are allowed in the list
NamedSubgraph
public List<NamedSubgraph> getSubclassSubgraph()
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 subclassSubgraph property.
For example, to add a new item, do as follows:
getSubclassSubgraph().add(newItem);
Objects of the following type(s) are allowed in the list
NamedSubgraph
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public Boolean isIncludeAllAttributes()
Boolean
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.