Modifier and Type | Method and Description |
---|---|
void |
AaiDataModelWriter.visitAaiParameter(AaiParameter node) |
void |
AaiDataModelReaderDispatcher.visitAaiParameter(AaiParameter node) |
Modifier and Type | Field and Description |
---|---|
Map<String,AaiParameter> |
AaiComponents.parameters |
Map<String,AaiParameter> |
AaiChannelItem.parameters |
Modifier and Type | Method and Description |
---|---|
AaiParameter |
IAaiNodeFactory.createParameter(Node parent,
String key) |
Modifier and Type | Method and Description |
---|---|
List<AaiParameter> |
AaiChannelItem.getParameterlist() |
List<AaiParameter> |
AaiComponents.getParametersList() |
Modifier and Type | Method and Description |
---|---|
void |
AaiComponents.addParameter(String key,
AaiParameter value) |
void |
AaiChannelItem.addParameter(String paramName,
AaiParameter param)
Adds a parameter.
|
Modifier and Type | Class and Description |
---|---|
class |
Aai20Parameter |
Modifier and Type | Method and Description |
---|---|
AaiParameter |
Aai20NodeFactory.createParameter(Node parent,
String key) |
Modifier and Type | Method and Description |
---|---|
void |
IAaiVisitor.visitAaiParameter(AaiParameter node) |
void |
AaiVisitorAdapter.visitAaiParameter(AaiParameter node) |
void |
AaiTraverser.visitAaiParameter(AaiParameter node) |
void |
AaiNodePathVisitor.visitAaiParameter(AaiParameter node) |
void |
AaiAllNodeVisitor.visitAaiParameter(AaiParameter node) |
Modifier and Type | Method and Description |
---|---|
void |
CombinedVisitorAdapter.visitAaiParameter(AaiParameter aaiParameter) |
void |
CombinedAllNodeVisitor.visitAaiParameter(AaiParameter node) |
Modifier and Type | Method and Description |
---|---|
void |
DataModelReader.readAaiParameter(Object json,
AaiParameter node)
Reads a single parameter.
|
Copyright © 2019 Red Hat. All rights reserved.