Package | Description |
---|---|
org.crsh.cli.descriptor | |
org.crsh.cli.impl |
Modifier and Type | Method and Description |
---|---|
Multiplicity |
ParameterDescriptor.getMultiplicity() |
Modifier and Type | Field and Description |
---|---|
private Multiplicity |
ParameterType.multiplicity
.
|
Modifier and Type | Method and Description |
---|---|
Multiplicity |
ParameterType.getMultiplicity() |
static Multiplicity |
Multiplicity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Multiplicity[] |
Multiplicity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ParameterType(Multiplicity multiplicity,
Class<?> declaredType,
Class<V> effectiveType,
ValueType<V> valueType) |
Copyright © 2015 eXo Platform SAS. All Rights Reserved.