| Package | Description |
|---|---|
| eu.dnetlib.data.mapreduce.hbase.propagation |
| Modifier and Type | Method and Description |
|---|---|
PropagationConstants.Type |
Value.getType() |
static PropagationConstants.Type |
PropagationConstants.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropagationConstants.Type[] |
PropagationConstants.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Value |
Value.newInstance(String value,
PropagationConstants.Type type) |
static Value |
Value.newInstance(String value,
String trust,
PropagationConstants.Type type) |
Value |
Value.setType(PropagationConstants.Type type) |
| Constructor and Description |
|---|
Value(String value,
PropagationConstants.Type type) |
Value(String value,
String trust,
PropagationConstants.Type type) |
Copyright © 2020. All rights reserved.