@Public
@Unstable
public abstract class NodeAttributeInfo
extends java.lang.Object
Node Attribute Info describes a NodeAttribute.
| Constructor | Description |
|---|---|
NodeAttributeInfo() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract NodeAttributeKey |
getAttributeKey() |
|
abstract NodeAttributeType |
getAttributeType() |
|
static NodeAttributeInfo |
newInstance(NodeAttribute nodeAttribute) |
|
static NodeAttributeInfo |
newInstance(NodeAttributeKey nodeAttributeKey,
NodeAttributeType attributeType) |
|
abstract void |
setAttributeKey(NodeAttributeKey attributeKey) |
|
abstract void |
setAttributeType(NodeAttributeType attributeType) |
public static NodeAttributeInfo newInstance(NodeAttribute nodeAttribute)
public static NodeAttributeInfo newInstance(NodeAttributeKey nodeAttributeKey, NodeAttributeType attributeType)
@Public @Unstable public abstract NodeAttributeKey getAttributeKey()
@Public @Unstable public abstract void setAttributeKey(NodeAttributeKey attributeKey)
@Public @Unstable public abstract NodeAttributeType getAttributeType()
@Public @Unstable public abstract void setAttributeType(NodeAttributeType attributeType)
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.