| Package | Description |
|---|---|
| eu.dnetlib.data.collector.rmi |
| Modifier and Type | Method and Description |
|---|---|
ProtocolParameterType |
ProtocolParameter.getType() |
static ProtocolParameterType |
ProtocolParameterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtocolParameterType[] |
ProtocolParameterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolParameter.setType(ProtocolParameterType type) |
| Constructor and Description |
|---|
ProtocolParameter(String name,
boolean optional,
ProtocolParameterType type,
String regex) |
ProtocolParameter(String name,
boolean optional,
ProtocolParameterType type,
String regex,
ParamValuesFunction populateFunction) |
Copyright © 2026. All rights reserved.