public class NamedAttributeNode extends Object
@Target({}) @Retention(RUNTIME) public @interface NamedAttributeNode { String value(); String subgraph() default ""; String keySubgraph() default ""; }
<p>Java class for named-attribute-node complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre> <complexType name="named-attribute-node"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="subgraph" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="key-subgraph" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </pre>
| 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()
Gets the value of the name property.
Stringpublic void setName(String value)
Sets the value of the name property.
value - allowed object is
Stringpublic String getSubgraph()
Gets the value of the subgraph property.
Stringpublic void setSubgraph(String value)
Sets the value of the subgraph property.
value - allowed object is
Stringpublic String getKeySubgraph()
Gets the value of the keySubgraph property.
StringCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.